[][src]Trait dup_crypto::keys::GetKeysAlgo

pub trait GetKeysAlgo: Clone + Debug + PartialEq + Eq {
    fn algo(&self) -> KeysAlgo;
}

Get the cryptographic algorithm.

Required methods

fn algo(&self) -> KeysAlgo

Get the cryptographic algorithm.

Loading content...

Implementors

impl GetKeysAlgo for KeyPairEnum[src]

impl GetKeysAlgo for PrivKey[src]

impl GetKeysAlgo for PubKey[src]

impl GetKeysAlgo for Sig[src]

Loading content...