Update readme with new function list

Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
This commit is contained in:
Greg Tucker 2016-12-06 23:00:34 -07:00
parent a075bfcc5d
commit 3f891d7c2b

View File

@ -10,15 +10,17 @@ applications. ISA-L includes:
* Erasure codes - Fast block Reed-Solomon type erasure codes for any
encode/decode matrix in GF(2^8).
* CRC - Fast implementations of cyclic redundancy check. Three different
* CRC - Fast implementations of cyclic redundancy check. Six different
polynomials supported.
- iscsi, ieee, t10dif
- iscsi32, ieee32, t10dif, ecma64, iso64, jones64.
* Raid - calculate and operate on XOR and P+Q parity found in common RAID
implementations.
* Compression - Fast deflate-compatible data compression.
* De-compression - Fast inflate-compatible data compression.
See [ISA-L for updates.](https://github.com/01org/isa-l)
For crypto functions see [isa-l_crypto on github.](https://github.com/01org/isa-l_crypto)