1 2 3 4 5 6 7 8
// Copyright © 2023-2024 Hash (HSH) library. All rights reserved. // SPDX-License-Identifier: Apache-2.0 OR MIT /// The `data` module contains the structs. pub mod hash; /// The `hash_algorithm` module contains the `HashAlgorithm` enum. pub mod hash_algorithm;