libcruft-util/hash
2016-12-12 15:45:21 +11:00
..
murmur build: remove unnecessary includes 2016-10-12 15:08:22 +11:00
adler.cpp hash/adler: convert to object style accumulator 2016-06-20 16:37:43 +10:00
adler.hpp build: remove unnecessary includes 2016-10-12 15:08:22 +11:00
bsdsum.cpp hash/bsdum: convert to object style accumulator 2016-06-20 16:38:57 +10:00
bsdsum.hpp hash/bsdum: convert to object style accumulator 2016-06-20 16:38:57 +10:00
crc.cpp hash/crc: convert to object style accumulator 2016-06-20 16:53:56 +10:00
crc.hpp hash/crc: convert to object style accumulator 2016-06-20 16:53:56 +10:00
fasthash.cpp build: avoid type truncation warnings 2016-05-12 17:39:33 +10:00
fasthash.hpp fasthash: add initial implementation 2015-05-28 12:17:25 +10:00
fletcher.cpp hash/adler: convert to object style accumulator 2016-06-20 16:37:43 +10:00
fletcher.hpp hash/adler: convert to object style accumulator 2016-06-20 16:37:43 +10:00
fnv1a.cpp hash: extract fnv1a hashes to new unit 2015-06-02 21:36:30 +10:00
fnv1a.hpp hash: extract fnv1a hashes to new unit 2015-06-02 21:36:30 +10:00
fwd.hpp hash: add xxhash implementation 2016-11-17 18:38:09 +11:00
hmac.cpp build: remove unnecessary includes 2016-10-12 15:08:22 +11:00
hmac.hpp relicence under Apache-2.0 2015-04-13 18:05:28 +10:00
hotp.cpp relicence under Apache-2.0 2015-04-13 18:05:28 +10:00
hotp.hpp relicence under Apache-2.0 2015-04-13 18:05:28 +10:00
keccak.cpp build: remove unnecessary includes 2016-10-12 15:08:22 +11:00
keccak.hpp hash/keccak: add initial sha3 base 2016-06-20 18:05:30 +10:00
md2.cpp types: remove elems function, prefer std::size 2016-11-17 18:06:39 +11:00
md2.hpp hash: remove uint8/size_t update functions 2016-06-17 16:27:16 +10:00
md4.cpp build: remove unnecessary includes 2016-10-12 15:08:22 +11:00
md4.hpp hash: remove uint8/size_t update functions 2016-06-17 16:27:16 +10:00
md5.cpp build: remove unnecessary includes 2016-10-12 15:08:22 +11:00
md5.hpp hash/md5: make header guards consistent with path 2016-06-20 16:53:56 +10:00
murmur.hpp murmurhash: add initial translation 2015-05-25 16:12:45 +10:00
pbkdf1.cpp relicence under Apache-2.0 2015-04-13 18:05:28 +10:00
pbkdf1.hpp relicence under Apache-2.0 2015-04-13 18:05:28 +10:00
pbkdf2.cpp relicence under Apache-2.0 2015-04-13 18:05:28 +10:00
pbkdf2.hpp relicence under Apache-2.0 2015-04-13 18:05:28 +10:00
ripemd.cpp build: remove unnecessary includes 2016-10-12 15:08:22 +11:00
ripemd.hpp hash: remove uint8/size_t update functions 2016-06-17 16:27:16 +10:00
sha1.cpp build: remove unnecessary includes 2016-10-12 15:08:22 +11:00
sha1.hpp hash: remove uint8/size_t update functions 2016-06-17 16:27:16 +10:00
sha2.cpp build: remove unnecessary includes 2016-10-12 15:08:22 +11:00
sha2.hpp hash: remove uint8/size_t update functions 2016-06-17 16:27:16 +10:00
simple.cpp hash/simple: add simple oneshot hash calculator 2016-06-20 16:53:56 +10:00
simple.hpp hash/simple: forward arguments to hash function 2016-11-17 18:38:09 +11:00
wang.hpp hash: move wang mixing funcs into seperate unit 2015-06-02 21:11:57 +10:00
wang.ipp hash: move wang mixing funcs into seperate unit 2015-06-02 21:11:57 +10:00
xxhash.c xxhash: add forgotten C implementation 2016-11-18 13:24:34 +11:00
xxhash.cpp xxhash: fix some integer conversion warnings 2016-12-12 15:45:21 +11:00
xxhash.h xxhash: add forgotten C implementation 2016-11-18 13:24:34 +11:00
xxhash.hpp hash: add xxhash implementation 2016-11-17 18:38:09 +11:00