//! CMS (PKCS#7 / RFC 5652) SignedData envelope construction and verification.
//!
//! Produces standard CMS SignedData verifiable by OpenSSL, Thunderbird/RNP,
//! Adobe, and other standards-compliant tools. Provides semantic types plus
//! real DER encoding for SHA-256 digests and algorithm identifiers.
//!
//! See `TODO.roadmap/32-cert-delegation-cms-xmldsig.md` for full spec.
// TODO: document before 1.0
pub use *;
pub use *;
pub use *;
pub use *;