pub async fn gen_key_pair(
email: impl ToString,
passphrase: impl ToString,
) -> Result<(SignedSecretKey, SignedPublicKey)>
Expand description
Generates a new pair of secret and public keys for the given email address and passphrase.
pub async fn gen_key_pair(
email: impl ToString,
passphrase: impl ToString,
) -> Result<(SignedSecretKey, SignedPublicKey)>
Generates a new pair of secret and public keys for the given email address and passphrase.