/rs

Reed-Solomon error correction code in Go

Primary LanguageGoApache License 2.0Apache-2.0

Reed-Solomon ECC in Go

Implements error correcting codes using Russ Cox's rsc.io/qr/gf256 library.

It doesn't implement interleaved data, the data is assumed to be external to the content.

Go Reference codecov