liberasurecode/src
Tim Burke a9b20ae6a3 Use zlib for CRC-32
Previously, we had our own CRC that was almost but not quite like
zlib's implementation. However,

* it hasn't been subjected to the same rigor with regard to error-detection
  properties and
* it may not even get used, depending upon whether zlib happens to get
  loaded before or after liberasurecode.

Now, we'll use zlib's CRC-32 when writing new frags, while still
tolerating frags that were created with the old implementation.

Change-Id: Ib5ea2a830c7c23d66bf2ca404a3eb84ad00c5bc5
Closes-Bug: 1666320
2017-07-06 17:40:38 +00:00
..
backends Stop using ceill() to compute padded data size 2017-06-06 14:53:45 -04:00
builtin Fix valgrind-check and memory leak 2017-02-20 07:45:55 -08:00
utils/chksum Use zlib for CRC-32 2017-07-06 17:40:38 +00:00
Makefile.am Use zlib for CRC-32 2017-07-06 17:40:38 +00:00
erasurecode.c Use zlib for CRC-32 2017-07-06 17:40:38 +00:00
erasurecode_helpers.c Use zlib for CRC-32 2017-07-06 17:40:38 +00:00
erasurecode_postprocessing.c Add Phazr.IO libphazr backend to liberasurecode 2017-02-28 11:14:11 -08:00
erasurecode_preprocessing.c Add Phazr.IO libphazr backend to liberasurecode 2017-02-28 11:14:11 -08:00