Trait siphasher::sip128::Hasher128 [] [src]

pub trait Hasher128 {
    fn finish128(&self) -> Hash128;
}

Required Methods

Return a 128-bit hash

Implementors