ed25519_pkcs8_pem_from_seed

Function ed25519_pkcs8_pem_from_seed 

Source
pub fn ed25519_pkcs8_pem_from_seed(seed: &[u8; 32]) -> String
Expand description

PEM-armoured form of ed25519_pkcs8_der_from_seed, for callers that need to hand a string to rcgen::KeyPair::from_pem.