pub const MIN: u32 = 3;Expand description
The minimum block size of a fuzzy hash.
Any block size generated by ssdeep can be represented as
MIN * 2n (a power of two where n ≧ 0).
This is the smallest valid value of the block size part of a fuzzy hash.