Trait fasthash::HasherExt [] [src]

pub trait HasherExt: Hasher {
    fn finish_ext(&self) -> u128;
}

A trait which represents the ability to hash an arbitrary stream of bytes.

Required Methods

Completes a round of hashing, producing the output hash generated.

Implementors