//! Algorithm selector enums and factory functions.
//!
//! Each sub-module defines one or more `*Algo` enums, the corresponding
//! `*_impl()` factory function (when the `pure` feature is enabled), and
//! `Display`, `FromStr`, and `TryFrom<&str>` conversions.
// Re-export everything so the types are accessible as `oxicrypto::HashAlgo` etc.
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;