Update README.md

This commit is contained in:
Christopher A. Taylor 2017-06-03 12:46:14 -07:00 committed by GitHub
parent a7955bf0a1
commit 5850b98234
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Leopard-RS
## MDS Reed-Solomon Erasure Correction Codes for Large Data in C
Leopard-RS is a fast library for Forward Error Correction.
Leopard-RS is a fast library for Erasure Correction Coding.
From a block of equally sized original data pieces, it generates recovery
symbols that can be used to recover lost original data.
@ -212,3 +212,5 @@ Inspired by discussion with:
+ Yutaka Sawada <tenfon@outlook.jp> : Author of MultiPar
Software by Christopher A. Taylor <mrcatid@gmail.com>
Please reach out if you need support or would like to collaborate on a project.