You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.