Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 753 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 753 Bytes

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!