Crate libfuzzy_sys

Source
Expand description

Native bindings to the libfuzzy library, which is internally used by the ssdeep-rs crate. See its description for more information.

Constants§

FUZZY_MAX_RESULT
The longest possible length for a fuzzy hash signature.

Functions§

fuzzy_compare
Computes the match score between two fuzzy hashes.
fuzzy_hash_buf
Computes the fuzzy hash of a buffer.
fuzzy_hash_filename
Computes the fuzzy hash of a file.