radare2/libr/hash
vertur 3a91bf0e97 Wide CRC hashes
* Avoid explicit size for CRC hash.
* Add more CRC8 hashing presets.
* Add more CRC16 hashing presets.
* Add more CRC32 hashing presets.
* Add CRC64 hashing presets (disabled).
* Regroup CRC presets and make they presence configurable. Disable CRC16 and enable CRC64 hashing.
* Prevent from bitset overflow. Enable all CRC hashes.
* Regroup CRC presets again. Enable all original and disable rare-used presets.
* Fix issue with mismatched bitset types.
2018-01-07 20:41:53 +01:00
..
adler32.c RHash cleanup 2017-03-01 09:02:28 +01:00
calc.c Wide CRC hashes 2018-01-07 20:41:53 +01:00
crca.c Wide CRC hashes 2018-01-07 20:41:53 +01:00
entropy.c Fix travis again 2017-07-19 13:28:27 +02:00
hamdist.c RHash cleanup 2017-03-01 09:02:28 +01:00
hash.c Wide CRC hashes 2018-01-07 20:41:53 +01:00
hash.h
luhn.c RHash cleanup 2017-03-01 09:02:28 +01:00
Makefile Integrate crca in rahash2 and r2 2017-04-11 22:47:16 +02:00
md4.c update incorrect FSF addresses 2017-08-15 22:28:30 -07:00
md5.c Fix regression introduced in md5 with len == 0 2017-03-05 20:44:09 +01:00
meson.build support for static build (#7822) 2017-06-28 22:54:40 +02:00
sha1.c RHash cleanup 2017-03-01 09:02:28 +01:00
sha1.h
sha2.c Eliminate assert from sha2.c and r2-indent the whole libr/hash 2017-02-27 00:40:36 +01:00
sha2.h Use void in prototypes (#7974) 2017-07-20 14:50:13 +02:00
state.c Wide CRC hashes 2018-01-07 20:41:53 +01:00
xxhash.c RHash cleanup 2017-03-01 09:02:28 +01:00
xxhash.h Fix some clang-analyzer issues 2015-11-10 12:18:27 +01:00