Crate rscompress_checksums[][src]

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.

Macros

test_checksum

Structs

Adler32

Adler32 struct to save normal and aggregated sum

Enums

ChecksumError

An enum representing possible errors during checksum calculation

Traits

Checksum

Trait for calculating checksums from binary data