pub const fn start_hash_fnv1a(bytes: &[u8]) -> u128
Expand description

Build initial FNV1a hash code for a bytes sequence

  • bytes: &[u8] : bytes sequence to be hashed
  • Output: hash code