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.

Trait Implementations

impl Hasher<SipState> for RandomSipHasher

fn hash<T: Hash<SipState> + ?Sized>(&self, value: &T) -> u64

impl Default for RandomSipHasher

fn default() -> RandomSipHasher

Derived Implementations

impl Clone for RandomSipHasher

fn clone(&self) -> RandomSipHasher

fn clone_from(&mut self, source: &Self)