pub const MIME: Profile<Standard, true>;Expand description
MIME Base64 profile: standard alphabet, padding, 76-column CRLF wrapping.
This profile uses the default strict decoder and is not a constant-time
token validator or key-material decoder. Use
ct::STANDARD with an application-level wrapping
policy for sensitive fixed-shape protocols.