//! SIMD implementations of SHA3
//!//! Runtime feature detection must be performed before calling these functions.
//!//! If the caller does not perform feature detection, the top level functions
//! must be used.
pub(crate)modportable;#[cfg(feature ="simd128")]pub(crate)modarm64;#[cfg(feature ="simd256")]pub(crate)modavx2;