pub const ALPHABET_SIZE: usize = 64;Expand description
The number of alphabets used in the block hash part of a fuzzy hash.
It is same as the number of Base64 alphabets and the block hash part is represented as variable number of Base64 alphabets. However, ssdeep does not use Base64 encoding (since ssdeep generates a 6-bit hash value per “piece”).