Trait fasthash::StreamHasher [] [src]

pub trait StreamHasher: FastHasher + Sized {
    fn write_stream<R: Read>(&mut self, r: &mut R) -> Result<usize> { ... }
}

Hasher in the streaming mode without buffer

Provided Methods

Writes the stream into this hasher.

Implementors