Trait crc::crc64::Hasher64
[−]
[src]
pub trait Hasher64 {
fn reset(&mut self);
fn write(&mut self, bytes: &[u8]);
fn sum64(&self) -> u64;
}
Required Methods
Implementors
impl Hasher64 for Digest