xxh3_128bits overloads
Declared in <llvm/Support/xxhash.h>
Compute the XXH3 128-bit hash of the bytes in data.
XXH128_hash_t
xxh3_128bits(ArrayRef<uint8_t> data);
» more...
XXH3's 128-bit variant. Inline ArrayRef overload lives in llvm/ADT/ArrayRef.h.
XXH128_hash_t
xxh3_128bits(
uint8_t const* data,
size_t len);
» more...
data.| Name | Description |
|---|---|
| data | Bytes to hash. |
| len | Number of bytes at data. |