pub fn ed25519_pkcs8_pem_from_seed(seed: &[u8; 32]) -> StringExpand description
PEM-armoured form of ed25519_pkcs8_der_from_seed, for callers
that need to hand a string to rcgen::KeyPair::from_pem.
pub fn ed25519_pkcs8_pem_from_seed(seed: &[u8; 32]) -> StringPEM-armoured form of ed25519_pkcs8_der_from_seed, for callers
that need to hand a string to rcgen::KeyPair::from_pem.