Function ed25519_dalek::pkcs8::spki::der::pem::encode

pub fn encode<'o>(
    type_label: &str,
    line_ending: LineEnding,
    input: &[u8],
    buf: &'o mut [u8]
) -> Result<&'o str, Error>
Available on crate feature pkcs8 only.
Expand description

Encode a PEM document according to RFC 7468’s “Strict” grammar.