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