cryb-to/lib
Dag-Erling Smørgrav 0023f57ab5 Add a library of general (non-cryptographic) hash functions, currently
consisting of the Pearson string hash function and the Murmur3-32 hash
function.
2014-07-19 06:03:57 +00:00
..
core Fix a bug that affected unterminated buffers: strlcat() would write a NUL 2014-07-13 20:42:56 +00:00
digest In the md4 code, use a 64-bit counter to avoid a manual carry operation. 2014-07-12 22:10:57 +00:00
enc pacify autoindenters 2014-07-19 02:59:42 +00:00
hash Add a library of general (non-cryptographic) hash functions, currently 2014-07-19 06:03:57 +00:00
mac Consistently use const void * for data and keys, uint8_t * for digests 2014-07-12 21:57:31 +00:00
oath Silence a GCC warning about an empty if statement. 2014-07-11 15:14:23 +00:00
rand Use custom keywords. 2014-07-04 11:20:46 +00:00
rsaref Use custom keywords. 2014-07-04 11:20:46 +00:00
Makefile.am Add a library of general (non-cryptographic) hash functions, currently 2014-07-19 06:03:57 +00:00