Struct ring::signature::EdDSAParameters[][src]

pub struct EdDSAParameters;

Parameters for EdDSA signing and verification.

Trait Implementations

impl Debug for EdDSAParameters
[src]

Formats the value using the given formatter. Read more

impl VerificationAlgorithm for EdDSAParameters
[src]

Verify the signature signature of message msg with the public key public_key. Read more

Auto Trait Implementations

impl Send for EdDSAParameters

impl Sync for EdDSAParameters