Skip to content

Package rs implements Reed-Solomon Encoding and Decoding of erasure codes using the Galois Group GF(2^8) with characteristic polynomial x^8 + x^4 + x^3 + x^2 + 1.

License

Notifications You must be signed in to change notification settings

lvdlvd/go-encoding-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-encoding-rs

Package rs implements Reed-Solomon Encoding and Decoding of erasure codes using the Galois Group GF(2^8) with characteristic polynomial x^8 + x^4 + x^3 + x^2 + 1.

This code used to live in code.google.com/p/lvd.go/{encoding/rs,cmd/rsc}.

About

Package rs implements Reed-Solomon Encoding and Decoding of erasure codes using the Galois Group GF(2^8) with characteristic polynomial x^8 + x^4 + x^3 + x^2 + 1.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages