//! Pure Rust implementation of TLSH profiles and tooling.
//!
//! Supported digest profiles:
//! - `128-1` canonical `T1`
//! - `128-3`
//! - `256-1`
//! - `256-3`
//!
//! The crate exposes a pure-Rust hashing core plus a CLI module with text,
//! JSON and SARIF output helpers.
pub use ;
pub use TlshDigest;
pub use TlshError;
pub use ;