mirror of https://github.com/status-im/leopard.git
Update README.md
This commit is contained in:
parent
c53b075eda
commit
6551b54e01
|
@ -1,8 +1,6 @@
|
|||
# Leopard-RS
|
||||
## MDS Reed-Solomon Error Correction Codes for Large Data in C
|
||||
|
||||
#### Update: Data up to 256 pieces is working! Next: Implementing 16-bit finite fields to enable data up to 65536 pieces.
|
||||
|
||||
Leopard-RS is a fast library for Forward Error Correction.
|
||||
From a block of equally sized original data pieces, it generates recovery
|
||||
symbols that can be used to recover lost original data.
|
||||
|
@ -341,4 +339,4 @@ Inspired by discussion with:
|
|||
+ Bulat Ziganshin <bulat.ziganshin@gmail.com> : Author of FastECC
|
||||
+ Yutaka Sawada <tenfon@outlook.jp> : Author of MultiPar
|
||||
|
||||
This software was written entirely by myself ( Christopher A. Taylor mrcatid@gmail.com ). If you find it useful and would like to buy me a coffee, consider tipping.
|
||||
Software by Christopher A. Taylor <mrcatid@gmail.com>
|
||||
|
|
Loading…
Reference in New Issue