Function pgp::crypto::eddsa::generate_key

source ·
pub fn generate_key<R: Rng + CryptoRng>(
    rng: &mut R
) -> (PublicParams, PlainSecretParams)
Expand description

Generate an EdDSA KeyPair.