Trait method lrs::hash::Hasher::hash_u64

Hashes a u64.

Syntax

fn hash_u64<S>(val: u64, seed: S) -> <Self as Hasher>::Digest
   where S: Into<<Self as Hasher>::Seed>,

Arguments

NameDescription
val

The value to hash.

seed

The seed of the operation.