mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-03 19:01:31 +00:00
3a91bf0e97
* 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. |
||
---|---|---|
.. | ||
adler32.c | ||
calc.c | ||
crca.c | ||
entropy.c | ||
hamdist.c | ||
hash.c | ||
hash.h | ||
luhn.c | ||
Makefile | ||
md4.c | ||
md5.c | ||
meson.build | ||
sha1.c | ||
sha1.h | ||
sha2.c | ||
sha2.h | ||
state.c | ||
xxhash.c | ||
xxhash.h |