mirror of
https://github.com/status-im/leopard.git
synced 2025-02-17 00:17:42 +00:00
Update README.md
This commit is contained in:
parent
c53b075eda
commit
6551b54e01
@ -1,8 +1,6 @@
|
|||||||
# Leopard-RS
|
# Leopard-RS
|
||||||
## MDS Reed-Solomon Error Correction Codes for Large Data in C
|
## 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.
|
Leopard-RS is a fast library for Forward Error Correction.
|
||||||
From a block of equally sized original data pieces, it generates recovery
|
From a block of equally sized original data pieces, it generates recovery
|
||||||
symbols that can be used to recover lost original data.
|
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
|
+ Bulat Ziganshin <bulat.ziganshin@gmail.com> : Author of FastECC
|
||||||
+ Yutaka Sawada <tenfon@outlook.jp> : Author of MultiPar
|
+ 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…
x
Reference in New Issue
Block a user