summaryrefslogtreecommitdiff
path: root/include/erasurecode/erasurecode_preprocessing.h
Commit message (Collapse)AuthorAgeFilesLines
* Make int types consistent across APITushar Gohad2014-07-181-1/+1
| | | | Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* Move encode() helpers to common preprocessing codeTushar Gohad2014-07-171-11/+23
| | | | Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* Fix build breakage...Kevin Greenan2014-07-191-1/+1
|
* Wire-in the decoding preprocessing...Kevin Greenan2014-07-191-8/+9
| | | | This compiles, but has not been tested!
* Add preprocessing for decode and reconstruct.Kevin Greenan2014-07-191-0/+44
I'll fill-in the details of decode and reconstruct in a separate commit.