Trait method lrs::hash::Hasher::new

Creates a new hasher for stateful hashing.

Syntax

fn new<S>(seed: S) -> Self
   where S: Into<<Self as Hasher>::Seed>,

Arguments

NameDescription
seed

The seed of the hash operation.