Struct std::hash::RandomSipHasherExperimental
[-]
[+]
[src]
pub struct RandomSipHasher { // some fields omitted }
RandomSipHasher
computes the SipHash algorithm from a stream of bytes
initialized with random keys.
Methods
impl RandomSipHasher
fn new() -> RandomSipHasher
Construct a new RandomSipHasher
that is initialized with random keys.