pub async fn generate_key( options: AgreementKeyOptions, ) -> Result<(SecretKey, PublicKey), Error>
Generate a fresh X25519 key pair.