Crate pi_adler32

Crate pi_adler32 

Source
Expand description

本库最开始是从adler32拷贝过来,拷贝原因不记得了 但此时再对比adler32,发现与它的代码并没有什么出入

如果你想使用本库的功能,请直接引用 adler32

Structs§

RollingAdler32
A rolling version of the Adler32 hash, which can ‘forget’ past bytes.

Functions§

adler32
Consume a Read object and returns the Adler32 hash.