2
0
mirror of https://github.com/boostorg/hash2.git synced 2026-01-22 17:22:31 +00:00
Commit Graph

189 Commits

Author SHA1 Message Date
Peter Dimov
6d044dd76c Add test/ripemd_cx_2.cpp 2024-11-13 13:42:16 +02:00
Peter Dimov
a5a4493e55 Add test/sha1_cx_2.cpp 2024-11-13 13:37:49 +02:00
Peter Dimov
c6202210e6 Add test/hmac_md5_cx_2.cpp 2024-11-13 13:34:17 +02:00
Peter Dimov
73e04e489e Add test/md5_cx_2.cpp 2024-11-13 13:30:42 +02:00
Peter Dimov
c4be5b93db Add test/siphash_cx_2.cpp 2024-11-13 13:24:30 +02:00
Peter Dimov
0fa5dbc44d Add test/xxhash_cx_2.cpp 2024-11-13 13:18:42 +02: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
b465f92f45 Add test/fnv1a_cx_2.cpp 2024-11-13 12:54:54 +02:00
Peter Dimov
8898f466a0 Remove unneeded to_string functions 2024-11-13 02:27:51 +02:00
Peter Dimov
cda3d6c06e Disable example/compile_time_2.cpp under GCC 5 2024-11-13 02:23:04 +02:00
Peter Dimov
0f34746908 Add example/compile_time_2.cpp 2024-11-13 02:23:04 +02:00
Peter Dimov
b9e4e3d312 Add example/compile_time.cpp 2024-11-13 02:23:04 +02:00
Christian Mazakas
bf71ac7f16 add gcc-5 workaround 2024-11-12 14:52:55 -08:00
Christian Mazakas
406fe5bafd add ripemd-128 2024-11-12 14:52:55 -08:00
Christian Mazakas
0ed86d72c0 update sha-2 to be constexpr 2024-11-11 11:48:10 -08:00
Peter Dimov
877f6c9342 Switch Flavor::size_type for the predefined flavors to std::uint64_t; if we at some point need to append a foreign size_t hash, e.g. from std::hash<T>, we need to not throw away information 2024-11-09 22:00:43 +02:00
Peter Dimov
075ba3459d Add test/xxhash_2.cpp 2024-11-07 19:03:39 +02:00
Christian Mazakas
f45b248c09 cleanup ripemd-160 constexpr tests 2024-11-06 10:13:44 -08:00
Peter Dimov
742e5724d6 Update test/hmac_sha1.cpp 2024-11-06 03:21:38 +02:00
Peter Dimov
20b01a9fdc Update test/sha1.cpp 2024-11-06 03:18:24 +02:00
Peter Dimov
f1cbe459e9 Update test/hmac_md5_cx.cpp 2024-11-06 02:56:08 +02:00
Peter Dimov
7aad2abda4 Remove unnecessary includes 2024-11-06 02:53:48 +02:00
Peter Dimov
d6b5b094e1 Update test/sha1_cx.cpp 2024-11-06 02:52:12 +02:00
Peter Dimov
b976e6544e Update test/md5_cx.cpp 2024-11-06 02:49:32 +02:00
Peter Dimov
5724c5a714 Update test/spihash_cx.cpp 2024-11-06 02:47:12 +02:00
Peter Dimov
e52e926911 Update test/xxhash_cx.cpp 2024-11-06 02:45:02 +02:00
Peter Dimov
9b348ebd0c Update test/fnv1a_cx.cpp 2024-11-06 02:42:45 +02:00
Peter Dimov
6621b819f0 Avoid GCC 5 internal compiler errors 2024-11-06 02:36:48 +02:00
Peter Dimov
cdc11e21cd Constexpr-ify hmac.hpp 2024-11-06 02:36:48 +02:00
Christian Mazakas
a6c9abf58f update ripemd-160 to be constexpr 2024-11-05 14:15:54 -08:00
Peter Dimov
98f7aed266 Add test/quality.cpp 2024-11-05 20:48:32 +02:00
Peter Dimov
44a8f9c845 Update test/multiple_result.cpp 2024-11-05 19:31:43 +02:00
Peter Dimov
aa1a679ba1 Update test/concept.cpp 2024-11-05 19:30:11 +02:00
Peter Dimov
a633d33c48 Update test/is_contiguous_range.cpp 2024-11-04 17:36:18 +02:00
Peter Dimov
c459a35dff Add has_constant_size<T>; use it in hash_append 2024-11-04 17:28:42 +02:00
Peter Dimov
20b2d2e26a Add test/append_digest.cpp 2024-11-04 16:22:07 +02:00
Peter Dimov
61c8a12e0e Constexpr floating point requires bit_cast 2024-11-04 15:14:35 +02:00
Peter Dimov
628f1ce7f6 Add test/append_tuple_like_cx.cpp 2024-11-04 14:07:01 +02:00
Peter Dimov
ecbc96c06e Add test/append_string_view_cx.cpp 2024-11-04 13:56:53 +02:00
Peter Dimov
4b37ab18cc Update append_string_view.cpp 2024-11-04 13:47:32 +02:00
Peter Dimov
26c822559b Add test/append_zero_sized.cpp 2024-11-04 13:33:00 +02:00
Peter Dimov
c483f3c2eb Add test/append_array_cx_3.cpp 2024-11-04 02:52:00 +02:00
Peter Dimov
ad67ab01e2 Add test/append_array_cx_2.cpp 2024-11-04 02:30:42 +02:00
Peter Dimov
a0542297db Add test/append_array_cx.cpp 2024-11-03 22:23:55 +02:00
Peter Dimov
d85fb2f10a Update test/append_bool.cpp 2024-11-03 22:16:57 +02:00
Peter Dimov
67c3f3fda3 Rename append_container_cx.cpp to append_vector_cx.cpp 2024-11-03 22:12:57 +02:00
Peter Dimov
c4a7262f2b Condition container/string constexpr tests on the appropriate feature macro 2024-11-03 22:07:56 +02:00
Peter Dimov
3333dcfcdf Add test/append_string_cx.cpp 2024-11-03 21:56:25 +02:00
Peter Dimov
3efdb1e469 Add test/append_container_cx.cpp 2024-11-03 21:50:24 +02:00