pub type Normal = FuzzyHash<{ CHECKSUM_SIZE_NORMAL }, { NUM_BUCKETS_NORMAL }>;Expand description
Normal fuzzy hash type (compact hash) with 1-byte checksum.
For more information about the implementation, see FuzzyHashType.
For other types with different parameters, see the module documentation.
Aliased Typeยง
pub struct Normal { /* private fields */ }