1// Copyright © 2023 Mini Functions library. All rights reserved. 2// SPDX-License-Identifier: Apache-2.0 OR MIT 3 4//! Application hash functionality 5//! 6//! Provides access to hash functions and types. 7 8pub use hsh::macros as hsh_macros; 9pub use hsh::*;