20 #ifndef BEAST_HASH_XXHASHER_H_INCLUDED
21 #define BEAST_HASH_XXHASHER_H_INCLUDED
23 #include <ripple/beast/hash/impl/xxhash.h>
24 #include <boost/endian/conversion.hpp>
41 static constexpr
auto const endian = boost::endian::order::native;
XXH_errorcode XXH64_update(XXH64_state_t *state_in, const void *input, size_t len)
detail::XXH64_state_t state_
XXH_errorcode XXH64_reset(XXH64_state_t *state_in, unsigned long long seed)
unsigned long long XXH64_digest(const XXH64_state_t *state_in)
xxhasher(Seed seed, Seed)
void operator()(void const *key, std::size_t len) noexcept
static constexpr const auto endian