adler32-rs icon indicating copy to clipboard operation
adler32-rs copied to clipboard

Minimal Adler32 implementation for Rust.

Results 1 adler32-rs issues
Sort by recently updated
recently updated
newest added

Just a thought :) https://software.intel.com/en-us/articles/fast-computation-of-adler32-checksums It appears that there's already an SIMD implementation on this fork: https://github.com/myfreeweb/adler32-simd-rs

T-enhancement