liberasurecode/src/utils/chksum
Kevin Greenan b80d5b947b Fixing Issue #19 by stubbing out Jerasures uninit function.
If the underlying jerasure implementation is old (pre-jerasure.org),
then it will not contain an uninit function for the underlying GF
object.  Since this is only used in alg_sig, which is not used by
anything else at the moment, we stub it out if it does not exist.

Once we make the change to have alg_sig use the internal GF functions,
this whole problem goes away.
2015-09-12 17:34:38 -07:00
..
alg_sig.c Fixing Issue #19 by stubbing out Jerasures uninit function. 2015-09-12 17:34:38 -07:00
crc32.c Add xor scheme to builtins, algsig/crc32 code to utils 2014-06-29 19:54:35 -07:00
md5.c Add md5sum implementation 2015-03-08 01:56:16 -07:00