[−][src]Struct siphasher::sip::SipHasher13
An implementation of SipHash 1-3.
Methods
impl SipHasher13
[src][−]
pub fn new() -> SipHasher13
[src][−]
Creates a new SipHasher13
with the two initial keys set to 0.
pub fn new_with_keys(key0: u64, key1: u64) -> SipHasher13
[src][−]
Creates a SipHasher13
that is keyed off the provided keys.
pub fn keys(&self) -> (u64, u64)
[src][−]
Get the keys used by this hasher
Trait Implementations
impl Hasher for SipHasher13
[src][+]
impl Debug for SipHasher13
[src][+]
impl Copy for SipHasher13
[src]
impl Clone for SipHasher13
[src][+]
impl Default for SipHasher13
[src][+]
Auto Trait Implementations
Blanket Implementations
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> From<T> for T
[src][+]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,