Type Definition den::Adler32

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

RollingHash using the Adler32 algorithm.

Implements the trait RollingHasher.