[][src]Trait crc::crc16::Hasher16

pub trait Hasher16 {
    fn reset(&mut self);
fn write(&mut self, bytes: &[u8]);
fn sum16(&self) -> u16; }

Required methods

fn reset(&mut self)

fn write(&mut self, bytes: &[u8])

fn sum16(&self) -> u16

Loading content...

Implementors

impl Hasher16 for Digest[src]

Loading content...