Type Definition ssdeep::LongFuzzyHash

source ·
pub type LongFuzzyHash = FuzzyHashData<{ BlockHash::FULL_SIZE }, { BlockHash::FULL_SIZE }, true>;
Expand description

Long (non-truncated) normalized fuzzy hash type.

This type has a long (non-truncated) and normalized form.

You don’t usually handle non-truncated fuzzy hashes. Use FuzzyHash where applicable.

See also: FuzzyHashData