Skip to main content

FNV_PRIME

Constant FNV_PRIME 

Source
const FNV_PRIME: u128 = 0x0000_0000_0100_0000_0000_0000_0000_013b;
Expand description

FNV-1a 128-bit prime (FNV spec): 2^88 + 2^8 + 0x3b.