3#include <xrpl/beast/hash/hash_append.h>
4#include <xrpl/beast/hash/xxhasher.h>
36 return {kState.dist(kState.gen), kState.dist(kState.gen)};
71template <
class HashAlgorithm = beast::Xxhasher>
result_type operator()(T const &t) const noexcept
HashAlgorithm::result_type result_type
seed_pair makeSeedPair() noexcept
std::pair< std::uint64_t, std::uint64_t > seed_pair
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
void hash_append(Hasher &h, Slice const &v)