2
0
mirror of https://github.com/boostorg/hash2.git synced 2026-01-26 06:32:18 +00:00
Commit Graph

80 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
b465f92f45 Add test/fnv1a_cx_2.cpp 2024-11-13 12:54:54 +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
0ed86d72c0 update sha-2 to be constexpr 2024-11-11 11:48:10 -08:00
Peter Dimov
075ba3459d Add test/xxhash_2.cpp 2024-11-07 19:03:39 +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
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
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
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
67c3f3fda3 Rename append_container_cx.cpp to append_vector_cx.cpp 2024-11-03 22:12:57 +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
Peter Dimov
96abdb3555 Add test/append_floating_point_cx.cpp 2024-11-03 19:58:10 +02:00
Peter Dimov
9b31fc2068 Add test/append_character_cx.cpp 2024-11-03 19:10:35 +02:00
Peter Dimov
afe7e61efe Add test/append_integer_cx.cpp 2024-11-03 19:03:31 +02:00
Peter Dimov
8669a782d0 Add test/append_byte_sized_cx.cpp 2024-11-03 17:03:03 +02:00
Peter Dimov
414ec5b8ef Constexpr-ify sha1.hpp 2024-11-02 20:46:00 +02:00
Peter Dimov
6a785a49d3 Add test/digest.cpp 2024-11-02 19:00:54 +02:00
Peter Dimov
9d6ed3b89e Constexpr-ify md5.hpp 2024-11-01 20:34:15 +02:00
Peter Dimov
3292abba30 Constexpr-ify siphash.hpp 2024-10-29 21:44:40 +02:00
Peter Dimov
d51e2aa462 Constexpr-ify xxhash.hpp 2024-10-29 20:50:47 +02:00
Peter Dimov
0d49640adb Make fnv1a_32, 64 constexpr (using default seed) 2024-10-29 18:35:52 +02:00
Peter Dimov
ae749580ec Add test/append_tag_invoke_3.cpp 2024-10-27 01:58:50 +03:00
Peter Dimov
18ac1da62d Add support for classes with tag_invoke 2024-10-26 20:27:28 +03:00
Peter Dimov
8b50ce304a Add detail/has_tag_invoke.hpp 2024-10-26 20:15:40 +03:00
Peter Dimov
1d2650c51b Add test/append_described_5.cpp 2024-10-26 19:03:41 +03:00
Peter Dimov
1bc021b36f Add test/append_described_4.cpp 2024-10-26 18:50:13 +03:00
Peter Dimov
34c27e89f1 Add support for described classes 2024-10-26 18:42:09 +03:00
Peter Dimov
4397e2010f Add test/append_string_view.cpp 2024-10-25 21:42:36 +03:00
Peter Dimov
449fa19eaf Add test/append_string.cpp 2024-10-25 21:31:18 +03:00
Peter Dimov
108dce4b58 Rename test/hash_append_4.cpp to append_tuple_like.cpp 2024-10-25 21:12:52 +03:00
Peter Dimov
f8e0bb78ee Rename test/hash_append_3.cpp to append_container.cpp 2024-10-25 21:03:11 +03:00
Peter Dimov
8d6d508093 Incorporate test/hash_append_2.cpp into append_array.cpp 2024-10-25 20:52:35 +03:00
Peter Dimov
3f1356debb Rename test/hash_append.cpp to append_array.cpp 2024-10-25 20:49:01 +03:00
Peter Dimov
44896a8db0 Add test/append_pointer.cpp 2024-10-25 19:59:07 +03:00
Peter Dimov
1728f397e7 Add test/append_floating_point.cpp 2024-10-25 19:06:11 +03:00