Traits for the fnv1a hash function specialized for 64-bit hashes.
More...
#include <hash.hpp>
|
|
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.
|
| |
The documentation for this struct was generated from the following file: