The type to store unnormalized ssdeep digest after parsing. More...
#include <ffuzzy.h>
Data Fields | |
Unnormalized Digests | |
size_t | len1 |
Digest length for first block of the digest. More... | |
size_t | len2 |
Digest length for second block of the digest. More... | |
unsigned long | block_size |
Block size of the ssdeep digest. More... | |
char | digest [FFUZZY_SPAMSUM_LENGTH *2] |
Digest buffer for both blocks of the unnormalized digest. More... | |
The type to store unnormalized ssdeep digest after parsing.
Unlike ffuzzy_digest type, this type (actually, identical to ffuzzy_digest) may include sequences of four or more identical characters. fuzzy_digest function (by default) does not eliminate such sequences and this type allows preserving such sequences.
This type is easily convertible to ffuzzy_digest.
ffuzzy_udigest::block_size |
Block size of the ssdeep digest.
ffuzzy_udigest::digest |
Digest buffer for both blocks of the unnormalized digest.
This buffer is very similar to ffuzzy_digest::digest but allows long sequences of identical characters.
ffuzzy_udigest::len1 |
Digest length for first block of the digest.
ffuzzy_udigest::len2 |
Digest length for second block of the digest.