Trait duniter_crypto::keys::GetKeysAlgo[][src]

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

Get the cryptographic algorithm.

Required Methods

Get the cryptographic algorithm.

Implementors