Module bitbazaar::hash

source ·
Expand description

Hashing utilities.

Functions

  • FNV1a hash function. Note this is completely insecure, and should not be used for secure hashing. It should be used when speed is needed, and the hash does not need to be secure.