/ReedSolomon

Reed-Solomon erasure coding in C++ (Port from Backblaze's JavaReedSolomon)

Primary LanguageC++MIT LicenseMIT

ReedSolomon

ReedSolomon erasure coding in C++. A partial port of the JavaReedSolomon library released by Backblaze. For an introduction to erasure coding, see the post by Brian Beach on the Backblaze blog. Special thanks to Backblaze.

License

ReedSolomon is licensed under the MIT License See LICENSE for more information.

Note

This is a partial port, I only ported what I needed for an unreleated project I was working on. The rest of the port, however, should be trivial. The code is not optimized, audited, or even tested, use it at your own risk!