libcruft-util/hash
Danny Robson 2469450ea9 murmur3: streamline 128 bit hash round functions
clang was getting tripped up calculating the tail half-rounds for the
128 bit hashes, so we streamline the round functions so it copes a
little better. plus, this is better code anyway.
2015-09-21 15:32:23 +10:00
..
murmur murmur3: streamline 128 bit hash round functions 2015-09-21 15:32:23 +10:00
adler.cpp relicence under Apache-2.0 2015-04-13 18:05:28 +10:00
adler.hpp relicence under Apache-2.0 2015-04-13 18:05:28 +10:00
bsdsum.cpp relicence under Apache-2.0 2015-04-13 18:05:28 +10:00
bsdsum.hpp relicence under Apache-2.0 2015-04-13 18:05:28 +10:00
crc.cpp whitespace 2015-04-13 18:06:08 +10:00
crc.hpp relicence under Apache-2.0 2015-04-13 18:05:28 +10:00
fasthash.cpp fasthash: add initial implementation 2015-05-28 12:17:25 +10:00
fasthash.hpp fasthash: add initial implementation 2015-05-28 12:17:25 +10:00
fletcher.hpp relicence under Apache-2.0 2015-04-13 18:05:28 +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
hmac.cpp relicence under Apache-2.0 2015-04-13 18:05:28 +10: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
md2.cpp whitespace 2015-04-13 18:06:08 +10:00
md2.hpp relicence under Apache-2.0 2015-04-13 18:05:28 +10:00
md4.cpp whitespace 2015-04-13 18:06:08 +10:00
md4.hpp relicence under Apache-2.0 2015-04-13 18:05:28 +10:00
md5.cpp whitespace 2015-04-13 18:06:08 +10:00
md5.hpp relicence under Apache-2.0 2015-04-13 18:05:28 +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 whitespace 2015-04-13 18:06:08 +10:00
ripemd.hpp whitespace 2015-04-13 18:06:08 +10:00
sha1.cpp relicence under Apache-2.0 2015-04-13 18:05:28 +10:00
sha1.hpp relicence under Apache-2.0 2015-04-13 18:05:28 +10:00
sha2.cpp whitespace 2015-04-13 18:06:08 +10:00
sha2.hpp whitespace 2015-04-13 18:06:08 +10: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