1 2 3
//! CRC-32 hasher re-export for chunk integrity verification. pub(super) use crc32fast::Hasher as Crc32;