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;