/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 gf256 library.

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

GoDoc Build Status Coverage Status