//! Key hierarchy (KEK → MK → DEK / IK / HK), cipher dispatch, nonce discipline.
pub
pub
pub
pub
pub
pub
pub
// `pub` here is crate-scoped in effect: the `crypto` module itself is
// `pub(crate)`, so none of these escape the crate.
pub use Aad;
pub use ;
pub use ;
pub use Nonce;