JavaReedSolomon
JavaReedSolomon copied to clipboard
Backblaze Reed-Solomon Implementation in Java
Just a `.gitignore` file.
Updated the build files to support Gradle 7.
Do you have any plans to publish this to the central Maven repo?
First, I read and learn the code of this excellent project. Then, on the basis of this great work, I added the interface and implementation of handling byte array data,...
Hi there, I want to know the license of image files on your blog post: https://www.backblaze.com/blog/reed-solomon/ Such as: https://www.backblaze.com/blog/wp-content/uploads/2015/06/blog-rs-7.png The reason is one of the image is used in a...
### Hello, I have some questions about generating the logarithm table in your code. In the `generateLogTable `function, why does the expression `b = ((b - FIELD_SIZE) ^ polynomial);` ensure...
* From 6.9.2 to 8.2 * Updated build.gradle to support 8.2
If there are no plans for publishing this to the Central Maven Repo (see #15), then there should be a section for the built JAR files to download in order...
Some details & a couple of Typos. JDK 1.6 compliant.
This is more a documentation nit than an outright failure, but I originally thought it was a bug. The problem lies in how Reed-Solomon is 'sold'. Not, specifically, by either...