2
0
mirror of https://github.com/boostorg/hash2.git synced 2026-01-19 16:22:15 +00:00

25 Commits

Author SHA1 Message Date
Peter Dimov
6296d22fc3 Add more byte sequence seed tests to concept.cpp 2025-04-30 14:55:53 +03:00
Christian Mazakas
d66dcba3cd add xxh3-128 to existing tests 2025-04-25 13:03:07 -07:00
Christian Mazakas
6ccdc64449 add blake2 implementation 2025-03-13 12:49:24 -07:00
Peter Dimov
80b7c78bb5 Add void const* overloads to byte seed constructors 2025-03-02 17:03:50 +02:00
Peter Dimov
6605a71ec2 Test that byte seeding is not just a call to update 2025-03-02 16:38:58 +02:00
Peter Dimov
a45b906453 Add extended output tests to test/shake.cpp 2025-02-03 06:27:31 +02:00
Christian Mazakas
62b46a8792 implement sha-3 and shake 2025-01-29 11:46:20 -08:00
Peter Dimov
4afd80fac5 Add ripemd_128 to tests 2024-11-13 13:12:41 +02:00
Peter Dimov
2350875bba Update test/concept.cpp 2024-11-13 13:07:40 +02:00
Peter Dimov
aa1a679ba1 Update test/concept.cpp 2024-11-05 19:30:11 +02:00
Peter Dimov
591b007912 Add hash2/digest.hpp, use it in md5_128 2024-11-01 21:35:51 +02:00
Peter Dimov
dc47070fc8 Remove size_type from hash algorithms 2024-10-28 00:36:42 +02:00
Peter Dimov
5700dfc2f1 Update test/concept.cpp 2024-10-21 17:26:01 +03:00
Peter Dimov
c346046fce Add hmac_ripemd_160 2024-10-21 16:29:31 +03:00
Christian Mazakas
525f8b8f77 add sha-2 to common tests 2024-10-17 13:28:08 -07:00
Christian Mazakas
efb8166152 add ripemd160 implementation 2024-07-17 09:06:08 -07:00
Peter Dimov
3501a6bb96 Remove Murmur3 and Spooky2 2024-07-16 19:08:46 +03:00
Peter Dimov
63baf5b735 Remove byte_type.hpp 2023-12-07 18:16:41 +02:00
Peter Dimov
158d2c5418 Replace uses of <boost/cstdint.hpp> with <cstdint> 2023-12-02 00:52:47 +02:00
Peter Dimov
888b74997c Remove uses of Boost.Array 2023-12-01 18:56:04 +02:00
Peter Dimov
34ae31a6d8 Remove uses of Boost.TypeTraits 2023-12-01 18:33:59 +02:00
Peter Dimov
763643518b Add seed constructor taking uint64_t 2018-01-07 13:37:08 +02:00
Peter Dimov
fc33bf6ca6 Test Assignable in concept.cpp 2018-01-07 02:07:17 +02:00
Peter Dimov
9531374ce5 Resolve ambiguity between H(p, n) and H(seed1, seed2) 2018-01-06 17:04:34 +02:00
Peter Dimov
402cc520d1 Initial commit 2018-01-06 16:45:24 +02:00