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

pub struct Digest {
    // some fields omitted
}

Methods

impl Digest
[src]

fn new(poly: u64) -> Digest

fn new_with_initial(poly: u64, initial: u64) -> Digest

Trait Implementations

impl Hasher64 for Digest
[src]

fn reset(&mut self)

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

fn sum64(&self) -> u64