pub async fn generate_key(
options: AgreementKeyOptions,
) -> Result<(AgreementSecretKey, AgreementPublicKey), Error>Expand description
Generate a fresh random keypair, returning both halves.
pub async fn generate_key(
options: AgreementKeyOptions,
) -> Result<(AgreementSecretKey, AgreementPublicKey), Error>Generate a fresh random keypair, returning both halves.