[][src]Trait crc::crc32::Hasher32

pub trait Hasher32 {
    fn reset(&mut self);
fn write(&mut self, bytes: &[u8]);
fn sum32(&self) -> u32; }

Required Methods

Implementors

impl Hasher32 for Digest
[src]