Crate rscompress_checksums

Source
Expand description

§rscompress-checksums

rscompress_checksums implements dfferent checksum algorithms for bytes. checksums can be added to the compressed data. This can then be used to check up if the deconstructed data is the same as the original data.

Structs§

  • Adler32 struct to save normal and aggregated sum
  • CRC32 struct to save inner Digest element from crc32 crate

Enums§

  • An enum representing possible errors during checksum calculation

Traits§

  • Trait for calculating checksums from binary data