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