Skip to main content

load_keypair

Function load_keypair 

Source
pub fn load_keypair() -> Result<(Vec<u8>, Vec<u8>), AuthError>
Expand description

Load the Ed25519 keypair from disk. Returns (private_pem, public_pem).