Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FNV1av32 ¶
hash = offset_basis for each octet_of_data to be hashed
hash = hash xor octet_of_data hash = hash * FNV_prime
return hash
func FNV1av64 ¶
hash = offset_basis for each octet_of_data to be hashed
hash = hash xor octet_of_data hash = hash * FNV_prime
return hash
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.