rs icon indicating copy to clipboard operation
rs copied to clipboard

Reed-Solomon error correction code in Go

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