hsh 0.0.10

Enterprise password hashing for Rust: Argon2id / bcrypt / scrypt / PBKDF2 with PHC strings, KMS-backed pepper, and FIPS 140-3 routing through aws-lc-rs (CMVP Cert #4759).
Documentation
1
2
3
4
5
6
7
8
9
// Copyright © 2023-2026 Hash (HSH) library contributors. All rights reserved.
// SPDX-License-Identifier: Apache-2.0 OR MIT

/// Core [`hash::Hash`] type.
pub mod hash;

/// [`hash_algorithm::HashAlgorithm`] enum and the
/// [`hash_algorithm::HashingAlgorithm`] trait.
pub mod hash_algorithm;