Type Definition ssdeep::LongRawFuzzyHash
source · pub type LongRawFuzzyHash = FuzzyHashData<{ BlockHash::FULL_SIZE }, { BlockHash::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