// SPDX-License-Identifier: Apache-2.0
//! SHA3 hash functions
//!
//! Re-exports from `crate::internal::sha3` for backward compatibility.
//! SHAKE XOFs are re-exported from the external `sha3` crate.
pub use crate;
pub use ;
/// Compute SHA3-256 hash
/// Compute SHA3-512 hash