Skip to content

Novel polynomial basis for a reed solomon encoder/decoder

Notifications You must be signed in to change notification settings

drahnr/reed-solomon-novelpoly

 
 

Repository files navigation

reed-solomon-novelpoly

An implementation of Novel Polynomial Basis and its Application to Reed-Solomon Erasure Codes 1 2 .

Runs encoding and reconstruction in O(n lg(n)). Note that for small number n there is a static offset due to a walsh transform over the full domain in reconstruction.

Goals

Be really fast for n > 100.

Non-goals

TODO

About

Novel polynomial basis for a reed solomon encoder/decoder

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 91.7%
  • C 8.1%
  • Makefile 0.2%