Expand description
crate for various checksum algorithms
This crate provides an API and set of implementations that can be used to compute checksums for collections of bytes.
Modules§
- adler32
- Adler-32 checksums
- crc
- CRC checksums
- crc_
table - CRC table generation code. These are different versions of CRC table generation code. This includes optimized and unoptimized versions. CRC generation code was based on the crc crate
- fletcher16
- Fletcher-16 checksums
Traits§
- Checksum
- Checksum trait all checksum algorithms should implement This provides several compute operations