Function crc::crc32::update

source · []
pub fn update(value: u32, table: &[u32; 256], bytes: &[u8], calc: &CalcType) -> u32
Expand description

Updates input CRC value value using CRC table table with byte array bytes.