Type Definition ssdeep::DualFuzzyHash

source ·
pub type DualFuzzyHash = FuzzyHashDualData<{ BlockHash::FULL_SIZE }, { BlockHash::HALF_SIZE }, { _ }, { _ }>;
Expand description

Regular (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