constexpr implementation of SHA-2 and SHA-3 family of hashes
main
Hana Dusíková
snapshot
fix operator() on encode_into action
add catch2 as external submodule (optional) and fix compatibility issues
uint8_t needs cstdint included, on Ubuntu at least.
add to_fixed_string for hash value
support for std::format + various baseN encoding lazy ranges
fix stray semicolons (thanks to Jan Wilmans)
fixed cmake to make root examples conditional
add license
update readme
refactoring
add to_string friend to hash_value and tagged_hash_value