Crate rscompress_checksums[][src]

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

Adler32 struct to save normal and aggregated sum

CRC32

CRC32 struct to save inner Digest element from crc32 crate

Enums

ChecksumError

An enum representing possible errors during checksum calculation

Traits

Checksum

Trait for calculating checksums from binary data