libcruft-crypto/hash
2019-02-21 17:44:11 +11:00
..
blake hash/blake: add traits units 2019-02-09 15:54:40 +11:00
blake2.cpp hash/blake2: use more const 2019-02-10 15:50:01 +11:00
blake2.hpp hash/blake2: use aligned storage for u64 salt components 2019-02-10 13:12:05 +11:00
blake.cpp hash/blake: add traits units 2019-02-09 15:54:40 +11:00
blake.hpp hash/blake: add traits units 2019-02-09 15:54:40 +11:00
hmac.cpp relicense under the MPL-2.0 2018-08-04 15:18:16 +10:00
hmac.hpp rename util namespace to cruft 2018-08-05 14:51:17 +10:00
hotp.cpp rename util namespace to cruft 2018-08-05 14:51:17 +10:00
hotp.hpp rename util namespace to cruft 2018-08-05 14:51:17 +10:00
md2.cpp hash/md2: style 2019-02-09 19:21:42 +11:00
md2.hpp hash/md2: style 2019-02-09 19:21:42 +11:00
md4.cpp hash/md4: prefer cruft::std types 2019-02-04 20:04:31 +11:00
md4.hpp rename util namespace to cruft 2018-08-05 14:51:17 +10:00
md5.cpp hash/md5: prefer std types 2019-02-09 15:20:13 +11:00
md5.hpp rename util namespace to cruft 2018-08-05 14:51:17 +10:00
md6.cpp rename util namespace to cruft 2018-08-05 14:51:17 +10:00
md6.hpp rename util namespace to cruft 2018-08-05 14:51:17 +10:00
pbkdf2.cpp add stubs for many primitives 2018-01-22 19:51:16 +11:00
pbkdf2.hpp add stubs for many primitives 2018-01-22 19:51:16 +11:00
ripemd.cpp hash/ripemd: use cruft::std types 2019-02-04 19:50:44 +11:00
ripemd.hpp rename util namespace to cruft 2018-08-05 14:51:17 +10:00
sha1.cpp hash/sha1: remove dependant operations from byte outputs 2019-02-09 15:03:48 +11:00
sha1.hpp rename util namespace to cruft 2018-08-05 14:51:17 +10:00
sha2.cpp rename util namespace to cruft 2018-08-05 14:51:17 +10:00
sha2.hpp rename util namespace to cruft 2018-08-05 14:51:17 +10:00
sha3.cpp hash/sha3: add stubs 2019-02-21 17:44:11 +11:00
sha3.hpp hash/sha3: add stubs 2019-02-21 17:44:11 +11:00
tiger.cpp hash/tiger: add initial tiger hash implementation 2019-02-09 14:54:50 +11:00
tiger.hpp hash/tiger: add initial tiger hash implementation 2019-02-09 14:54:50 +11:00