|
sandbox
|
Traits for the fnv1a hash function specialized for 32-bit hashes. More...
#include <hash.hpp>
Static Public Attributes | |
| static constexpr auto | basis = std::uint32_t{0x811c9dc5} |
| The offset basis for 32-bit fnv1a. | |
| static constexpr auto | prime = std::uint32_t{0x01000193} |
| The prime for 32-bit fnv1a. | |
Traits for the fnv1a hash function specialized for 32-bit hashes.