We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b2e952 commit cba167eCopy full SHA for cba167e
README.md
@@ -1,8 +1,9 @@
1
# JavaReedSolomon
2
3
-This is a simple and efficient Reed-Solomon implementation in Java, which
4
-was originally built at Backblaze. There is an overview of how the
5
-algorithm works in my [blog post](https://www.backblaze.com/blog/reed-solomon/).
+This is a simple and efficient Reed-Solomon implementation in Java,
+which was originally built at [Backblaze](https://www.backblaze.com).
+There is an overview of how the algorithm works in my [blog
6
+post](https://www.backblaze.com/blog/reed-solomon/).
7
8
The ReedSolomon class does the encoding and decoding, and is supported
9
by Matrix, which does matrix arithmetic, and Galois, which is a finite
0 commit comments