radare2/libr/hash
pancake e6f2cd0b2a
Remove trailing spaces (#19460)
$ git grep ' $' | grep -v ^test/ | cut -d : -f 1 | sort -u > /tmp/trailing
$ for a in `cat /tmp/trailing` ; do sed -i -e 's/ *$//' $a ; done
2021-12-02 17:39:59 +01:00
..
adler32.c
crca.c
entropy.c Remove trailing spaces (#19460) 2021-12-02 17:39:59 +01:00
fletcher.c Fix fletcher calculation on SystemZ (S390) ##port (#17937) 2020-11-19 11:51:21 +08:00
hamdist.c Relicense hamdist.c from GPL to MIT 2018-10-29 22:39:29 +01:00
hash.c Fix last covs (#18674) 2021-05-11 14:49:48 +02:00
hash.h
hcalc.c Implement ssdeep fuzzy hashing algorithm ##hash (#18490) 2021-03-18 00:35:03 +01:00
luhn.c Fix some more license headers 2018-10-29 23:30:02 +01:00
Makefile Final mingw fixes 2021-10-19 12:52:00 +02:00
md4.c Use pj in rahash2 ##refactor 2021-01-15 09:37:56 +01:00
md4.h Openssl meson (#10909) 2018-08-10 10:17:48 +02:00
md5.c Remove trailing spaces (#19460) 2021-12-02 17:39:59 +01:00
md5.h Rename MD5 symbols to prevent OpenSSL collision ##build 2021-09-22 15:42:23 +02:00
meson.build Implement ssdeep fuzzy hashing algorithm ##hash (#18490) 2021-03-18 00:35:03 +01:00
sha1.c Fix name collision for SHA functions ##hash 2021-02-13 03:51:50 +01:00
sha1.h Remove trailing spaces (#19460) 2021-12-02 17:39:59 +01:00
sha2.c Fix name collision for SHA functions ##hash 2021-02-13 03:51:50 +01:00
sha2.h Remove trailing spaces (#19460) 2021-12-02 17:39:59 +01:00
ssdeep.c Implement ssdeep fuzzy hashing algorithm ##hash (#18490) 2021-03-18 00:35:03 +01:00
state.c Rename MD5 symbols to prevent OpenSSL collision ##build 2021-09-22 15:42:23 +02:00
xxhash.c Add parentheses in macros where needed for safety (#11290) 2018-08-30 13:16:50 +02:00
xxhash.h Remove trailing spaces (#19460) 2021-12-02 17:39:59 +01:00