Type Alias ssdeep::LongRawFuzzyHash

source ·
pub type LongRawFuzzyHash = FuzzyHashData<{ block_hash::FULL_SIZE }, { block_hash::FULL_SIZE }, false>;
Expand description

Long (non-truncated) raw fuzzy hash type.

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

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

See also: FuzzyHashData

Aliased Type§

struct LongRawFuzzyHash { /* private fields */ }