Shared/Cryptography/xxHash.h file

Function Death::Cryptography::xxHash3.

Namespaces

namespace Death
Shared root namespace.
namespace Death::Cryptography
Cryptographic and hashing utilities.

Functions

auto xxHash3(const void* data, std::size_t length) -> std::uint64_t
Computes 64-bit digest of given data using xxHash3 algorithm.
auto xxHash3(const void* data, std::size_t length, std::uint64_t seed) -> std::uint64_t