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

385 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
37eff47590 Update documentation 2024-11-13 06:58:54 +02:00
Peter Dimov
27b2ed00bc Update example/hash2sum.cpp 2024-11-13 02:37:18 +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
54b5db5587 Disable msvc-14.1 warnings 2024-11-13 02:23:04 +02:00
Peter Dimov
2a4fec2283 Update documentation copyright 2024-11-13 02:23:04 +02:00
Peter Dimov
330230619c Enable syntax highlighting in documentation 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
Peter Dimov
4aaa19e54e Merge pull request #22 from cmazakas/feature/ripemd-128
implement ripemd-128
2024-11-13 01:55:48 +02:00
Christian Mazakas
d4c7189b1d update ripemd docs 2024-11-12 14:52:55 -08: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
Peter Dimov
047fb04dd2 Merge pull request #21 from cmazakas/feature/constexpr-sha2
constexpr sha-2
2024-11-12 02:49:21 +02:00
Christian Mazakas
b691dd7887 update sha-2 docs for constexpr 2024-11-11 12:33:20 -08:00
Christian Mazakas
0ed86d72c0 update sha-2 to be constexpr 2024-11-11 11:48:10 -08:00
Peter Dimov
e4a4d6ebc0 Update documentation 2024-11-11 20:13:03 +02:00
Peter Dimov
cb685b3651 Update documentation 2024-11-11 16:31:49 +02: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
d29780fc3d Update documentation 2024-11-09 21:24:37 +02:00
Peter Dimov
69f6c66ba9 Update documentation 2024-11-08 20:57:17 +02:00
Peter Dimov
441197d04b Update documentation 2024-11-07 21:39:23 +02:00
Peter Dimov
075ba3459d Add test/xxhash_2.cpp 2024-11-07 19:03:39 +02:00
Peter Dimov
4558f42126 Update documentation 2024-11-07 18:05:30 +02:00
Peter Dimov
cc11c07f3b Update documentation 2024-11-07 15:21:07 +02:00
Peter Dimov
66b8d6482c Merge pull request #20 from cmazakas/feature/ripemd-docs
add ripemd-160 reference docs
2024-11-07 00:35:50 +02:00
Christian Mazakas
f45b248c09 cleanup ripemd-160 constexpr tests 2024-11-06 10:13:44 -08:00
Christian Mazakas
3999960c65 add reference docs for ripemd-160 2024-11-06 10:05:37 -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
2f5fc32113 Fix GCC 5 workaround 2024-11-06 03:13:57 +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
Peter Dimov
84d361295a Merge pull request #19 from cmazakas/feature/constexpr-ripemd
update ripemd-160 to be constexpr
2024-11-06 02:36:20 +02:00