Function ssdeep::block_size::from_log
source · pub fn from_log(log_block_size: u8) -> Option<u32>Expand description
Converts base-2 logarithm form of the block size to the actual one.
It returns None if log_block_size is not valid.
See also:
“Block Size” section of FuzzyHashData