pub type CyclicPoly32 = RollingHash<Box<CyclicPoly32>>;
Expand description
RollingHash
using the 32-bit cyclic poly 23 algorithm.
Implements the trait RollingHasher
.
Aliased Typeยง
struct CyclicPoly32 { /* private fields */ }
pub type CyclicPoly32 = RollingHash<Box<CyclicPoly32>>;
RollingHash
using the 32-bit cyclic poly 23 algorithm.
Implements the trait RollingHasher
.
struct CyclicPoly32 { /* private fields */ }