libcruft-util/hash
Danny Robson 0b85632c97 ripemd: panic rather than throw in constexpr
calculating the hash should never need to throw; all error cases should
be detectable at construction time. we should panic if we detect such an
error.

this fixes a compilation warning
2016-08-01 17:23:30 +10:00
..
murmur murmur2: make mixing constexpr and inline 2016-07-01 17:01:21 +10:00
adler.cpp hash/adler: convert to object style accumulator 2016-06-20 16:37:43 +10:00
adler.hpp hash/adler: convert to object style accumulator 2016-06-20 16:37:43 +10: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/fwd: add forward declerations 2016-06-20 16:53:56 +10:00
hmac.cpp make header paths more explicit 2016-04-05 11:06:35 +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
keccak.cpp hash/keccak: remove unused function 2016-06-29 17:55:30 +10:00
keccak.hpp hash/keccak: add initial sha3 base 2016-06-20 18:05:30 +10:00
md2.cpp hash: remove uint8/size_t update functions 2016-06-17 16:27:16 +10:00
md2.hpp hash: remove uint8/size_t update functions 2016-06-17 16:27:16 +10:00
md4.cpp hash: remove uint8/size_t update functions 2016-06-17 16:27:16 +10:00
md4.hpp hash: remove uint8/size_t update functions 2016-06-17 16:27:16 +10:00
md5.cpp hash: remove uint8/size_t update functions 2016-06-17 16:27:16 +10: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 ripemd: panic rather than throw in constexpr 2016-08-01 17:23:30 +10:00
ripemd.hpp hash: remove uint8/size_t update functions 2016-06-17 16:27:16 +10:00
sha1.cpp build: add forgotten includes 2016-07-28 13:39:27 +10:00
sha1.hpp hash: remove uint8/size_t update functions 2016-06-17 16:27:16 +10:00
sha2.cpp hash: remove uint8/size_t update functions 2016-06-17 16:27:16 +10: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: add simple oneshot hash calculator 2016-06-20 16:53:56 +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