Function crc32c_hw::update [] [src]

pub fn update<T>(crc: u32, buf: T) -> u32 where
    T: AsRef<[u8]>, 

Computes the CRC32C for the data, starting with a previous CRC32C value.