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