dach

Type Alias Adler32

source
pub type Adler32 = RollingHash<RollingAdler32>;
Expand description

RollingHash using the Adler32 algorithm.

Implements the trait RollingHasher.

Aliased Typeยง

struct Adler32 { /* private fields */ }