sandbox
Loading...
Searching...
No Matches
sbx::utility::fnv1a_traits< std::uint64_t > Struct Reference

Traits for the fnv1a hash function specialized for 64-bit hashes. More...

#include <hash.hpp>

Static Public Attributes

static constexpr auto basis = std::uint64_t{0xcbf29ce484222325}
 The offset basis for 64-bit fnv1a.
 
static constexpr auto prime = std::uint64_t{0x00000100000001B3}
 The prime for 64-bit fnv1a.
 

Detailed Description

Traits for the fnv1a hash function specialized for 64-bit hashes.

See also
https://en.wikipedia.org/wiki/Fowler%E2%80%93Noll%E2%80%93Vo_hash_function#FNV_hash_parameters

The documentation for this struct was generated from the following file: