XXH128_hash_t struct

The return value from 128-bit hashes.

Stored in little endian order, although the fields themselves are in native endianness.

Public variables

XXH64_hash_t low64
XXH64_hash_t high64

Variable documentation

XXH64_hash_t XXH128_hash_t::low64

value & 0xFFFFFFFFFFFFFFFF

XXH64_hash_t XXH128_hash_t::high64

value >> 64

This website is beyond its original expiry date and the content may be out of date. The site owner has been notified and may choose to extend the expiry date and remove this banner. If you have any questions about this, please visit our support portal.