ffuzzy 0.3.15

Library to generate / parse / compare ssdeep Context Triggered Piecewise Hashes (CTPH)
Documentation
1
2
3
4
5
6
7
// SPDX-License-Identifier: CC0-1.0
// SPDX-FileCopyrightText: Copyright (C) 2025 Tsukasa OI <floss_ssdeep@irq.a4lg.com>

//! Internal hashes as used in the fuzzy hash generator.

pub mod partial_fnv;
pub mod rolling_hash;