dice-hash
Hash function for stl types and container
Loading...
Searching...
No Matches
dice
hash
lthash
PaddedMathEngine
dice::hash::lthash::PaddedMathEngine Concept Reference
Concept definition
template
<
template
<
typename
>
typename
ME,
typename
B>
concept
dice::hash::lthash::PaddedMathEngine
=
requires
(std::span<std::byte const> data, std::span<std::byte> out) {
requires
PaddedBits<B>
;
{ ME<B>::check_padding_bits(data) } -> std::convertible_to<bool>;
ME<B>::clear_padding_bits(out);
}
dice::hash::lthash::PaddedBits
Definition
MathEngine.hpp:14
dice::hash::lthash::PaddedMathEngine
Definition
MathEngine.hpp:29
Generated by
1.9.8