namespace
#include <Cryptography/xxHash.h>
Cryptography Cryptographic and hashing utilities.
Provides cryptographic services, including secure encoding and decoding of data, as well as many other operations, such as hashing, random number generation, and message authentication.
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
Function documentation
std:: uint64_t Death:: Cryptography:: xxHash3(const void* data,
std:: size_t length,
std:: uint64_t seed)
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.