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

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

Required methods

fn finish128(&self) -> Hash128

Return a 128-bit hash

Loading content...

Implementors

impl Hasher128 for SipHasher[src]

fn finish128(&self) -> Hash128[src]

Return a 128-bit hash

impl Hasher128 for SipHasher13[src]

fn finish128(&self) -> Hash128[src]

Return a 128-bit hash

impl Hasher128 for SipHasher24[src]

fn finish128(&self) -> Hash128[src]

Return a 128-bit hash

Loading content...