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

Build incremental FNV1a hash code for a bytes sequence and an initial hash code

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