hsh 0.0.9

Enterprise password hashing for Rust: Argon2i / bcrypt / scrypt today, Argon2id / PHC / KMS / FIPS on the v0.1 roadmap.
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;