Struct crc::crc64::Digest [-] [+] [src]

pub struct Digest {
    // some fields omitted
}

Methods

impl Digest

fn new(poly: u64) -> Digest

Trait Implementations

impl Hasher64 for Digest

fn reset(&mut self)

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

fn sum64(&self) -> u64