Struct std::hash::sip::SipHasherExperimental
[-]
[+]
[src]
pub struct SipHasher {
// some fields omitted
}SipHasher computes the SipHash algorithm from a stream of bytes.
Methods
impl SipHasher
fn new() -> SipHasher
Creates a Sip.
fn new_with_keys(key0: u64, key1: u64) -> SipHasher
Creates a Sip that is keyed off the provided keys.