Trait recrypt::api::Ed25519Ops[]

pub trait Ed25519Ops {
    fn generate_ed25519_key_pair(
        &mut self
    ) -> (PrivateSigningKey, PublicSigningKey); }

Required Methods

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

Implementors