//! `enc` — encryption-at-rest directive.
//!
//! The block itself is never encrypted (it carries the policy); the binary
//! writer encrypts the payloads of every block type listed in `apply_to`
//! when a keyring is supplied.
use ;
use BlockTag;
/// Encryption directive block.
/// Supported AEAD algorithms (RustCrypto implementations, matching the
/// WebCrypto algorithms used by `@combs/zerotrust`).