Type Alias ssdeep::LongDualFuzzyHash

source ·
pub type LongDualFuzzyHash = FuzzyHashDualData<{ block_hash::FULL_SIZE }, { block_hash::FULL_SIZE }, { _ }, { _ }>;
Expand description

Long (non-truncated) dual fuzzy hash type which contains both normalized and raw contents.

This type effectively contains the data equivalent to those two objects:

See also: FuzzyHashDualData

Aliased Type§

struct LongDualFuzzyHash { /* private fields */ }