dice-hash
Hash function for stl types and container
Loading...
Searching...
No Matches
dice
hash
lthash
UnpaddedMathEngine
dice::hash::lthash::UnpaddedMathEngine Concept Reference
Concept definition
template
<
template
<
typename
>
typename
ME,
typename
B>
concept
dice::hash::lthash::UnpaddedMathEngine
=
requires
(std::span<std::byte> dst, std::span<std::byte const> src) {
requires
UnpaddedBits<B>
;
{ ME<B>::min_buffer_align } -> std::convertible_to<size_t>;
ME<B>::add(dst, src);
ME<B>::sub(dst, src);
}
dice::hash::lthash::UnpaddedBits
Definition
MathEngine.hpp:9
dice::hash::lthash::UnpaddedMathEngine
Definition
MathEngine.hpp:21
Generated by
1.9.8