pub const PEM: Profile<Standard, true>;Expand description
PEM Base64 profile: standard alphabet, padding, 64-column LF 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.