// Copyright © 2023-2024 Hash (HSH) library. All rights reserved.
// SPDX-License-Identifier: Apache-2.0 OR MIT
/// The `argon2i` module contains the Argon2i password hashing algorithm.
/// The `bcrypt` module contains the Bcrypt password hashing algorithm.
/// The `scrypt` module contains the Scrypt password hashing algorithm.