//! [Cavage draft-12][cavage] HTTP Message Signatures.
//!
//! The de-facto Fediverse signature standard, covering Mastodon, Pleroma,
//! Lemmy, Misskey, `PeerTube` and every `rsa-sha256`-based actor key ever
//! deployed. The IETF finalised a successor as RFC 9421 (see
//! [`crate::rfc9421`] once implemented), but deployment is still rare, so
//! signers emit Cavage for compatibility and verifiers accept both.
//!
//! [cavage]: https://datatracker.ietf.org/doc/html/draft-cavage-http-signatures-12
pub use CavageHeaderSet;
pub use ;
pub use ;
pub use ;