//! Implementations of the RustCrypto `aead` 0.6 traits for all six AEGIS variants.
//!
//! Every variant is wrapped in an adapter type that implements `KeyInit`, `AeadCore`,
//! and `AeadInOut`, so the ciphers can be driven through the same interface as any
//! other RustCrypto AEAD. Both the 16-byte and 32-byte authentication tag sizes are
//! supported.
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;