Merge branch 'master' of github.com:catid/lhc_rs

This commit is contained in:
Christopher Taylor 2017-05-30 02:23:36 -07:00
commit 81880b3b2a
1 changed files with 4 additions and 6 deletions

View File

@ -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>