Enum duniter_crypto::keys::KeysAlgo[][src]

pub enum KeysAlgo {
    Ed25519,
    Schnorr,
}

Cryptographic keys algorithms list

Variants

Ed25519 algorithm

Schnorr algorithm

Trait Implementations

impl Clone for KeysAlgo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for KeysAlgo
[src]

impl Debug for KeysAlgo
[src]

Formats the value using the given formatter. Read more

impl PartialEq for KeysAlgo
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for KeysAlgo
[src]

Auto Trait Implementations

impl Send for KeysAlgo

impl Sync for KeysAlgo