[]Trait recrypt::api_480::Ed25519Ops

pub trait Ed25519Ops {
    fn generate_ed25519_key_pair(&mut self) -> SigningKeypair;
}

Required methods

fn generate_ed25519_key_pair(&mut self) -> SigningKeypair

Generate a signing key pair for use with the Ed25519Signing trait.

Loading content...

Implementors

impl<H, S, CR: RngCore + CryptoRng> Ed25519Ops for Recrypt480<H, S, RandomBytes<CR>>

fn generate_ed25519_key_pair(&mut self) -> SigningKeypair

Generate a signing key pair for use with the Ed25519Signing trait using the random number generator used to back the RandomBytes struct.

Loading content...