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;