pub(crate) const BASE64_PEM_MAX_LINE: usize = 64;
Maximum PEM base64 line length (not enforced during parsing)