pub fn create_x25519_keypair() -> ExternResult<X25519PubKey>
Expand description

Generate a new x25519 keypair in lair from entropy. Only the pubkey is returned from lair because the secret key never leaves lair.