// Copyright © 2023-2026 Hash (HSH) library contributors. All rights reserved.
// SPDX-License-Identifier: Apache-2.0 OR MIT
//! Minimal hash + verify in 10 LOC. The simplest entry point for the
//! `hsh` library.
//!
//! Run with:
//! ```text
//! cargo run -p hsh --example quickstart
//! ```
use ;