Struct crc::crc32::Digest [] [src]

pub struct Digest {
    // some fields omitted
}

Methods

impl Digest
[src]

fn new(poly: u32) -> Digest

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

Trait Implementations

impl Hasher32 for Digest
[src]

fn reset(&mut self)

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

fn sum32(&self) -> u32