Constant ssdeep::block_size::MIN
source ยท 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).
This is the smallest valid value of the block size part of a fuzzy hash.