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

26 Commits

Author SHA1 Message Date
Rene Rivera
572df91894 Add support for modular build structure. 2025-05-02 20:52:18 -05:00
Christian Mazakas
039155bb3c remove shake algorithms 2025-04-15 11:21:56 -07:00
Christian Mazakas
49bf8a312b add sha-3 and blake2 to hash2sum example 2025-04-14 10:53:39 -07:00
Peter Dimov
dc5f5eb7c4 Update get_integral_result uses to reflect the API change 2025-03-05 17:11:31 +02:00
Peter Dimov
c3c23b3382 Add a Provider argument to tag_invoke 2025-03-04 20:53:55 +02:00
Peter Dimov
9cdec70834 Change last parameter of tag_invoke to pointer, to avoid implicit conversions and infinite loops 2025-03-04 17:13:23 +02:00
Peter Dimov
ede9eff1c0 Add example/json_value.cpp 2025-03-04 16:54:22 +02:00
Peter Dimov
26b16023dc Add CMake main project support 2024-12-03 22:26:40 +02:00
Peter Dimov
acfc309f72 Add example/xxh128_from_xxh64.cpp 2024-12-02 18:11:07 +02:00
Peter Dimov
57798744cb Add example/hash_32_64.cpp 2024-11-28 16:53:00 +02:00
Peter Dimov
c78a88ce85 Add hash<T, H> examples to documentation 2024-11-28 16:28:24 +02:00
Peter Dimov
61909b72ce Update examples 2024-11-28 15:46:12 +02:00
Peter Dimov
624e991f7f Add example/hash_with_any_seed.cpp 2024-11-28 14:45:08 +02:00
Peter Dimov
3ad65df2d9 Add example/hash_with_byte_seed.cpp 2024-11-28 14:41:31 +02:00
Peter Dimov
12a4a4e4b5 Add example/hash_with_uint64_seed.cpp 2024-11-28 14:35:06 +02:00
Peter Dimov
099b771e62 Add example/hash_without_seed.cpp 2024-11-28 14:27:23 +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
54b5db5587 Disable msvc-14.1 warnings 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
591b007912 Add hash2/digest.hpp, use it in md5_128 2024-11-01 21:35:51 +02:00
Peter Dimov
0aa807814b Update hash2sum.cpp 2024-10-19 16:36:41 +03:00
Peter Dimov
9265e92a71 Add example/hash2sum.cpp 2024-10-19 16:28:42 +03:00
Peter Dimov
67a4c0b119 Add missing <cerrno> include 2024-07-17 14:54:33 +03:00
Peter Dimov
31e6d0e567 Add example/md5sum.cpp 2024-07-17 14:30:50 +03:00