[][src]Trait crc::crc64::Hasher64

pub trait Hasher64 {
    fn reset(&mut self);
fn write(&mut self, bytes: &[u8]);
fn sum64(&self) -> u64; }

Required methods

fn reset(&mut self)

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

fn sum64(&self) -> u64

Loading content...

Implementors

impl Hasher64 for Digest[src]

Loading content...