Type Alias ssdeep::LongFuzzyHash

source ·
pub type LongFuzzyHash = FuzzyHashData<{ block_hash::FULL_SIZE }, { block_hash::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

Aliased Type§

struct LongFuzzyHash { /* private fields */ }