Trait ethers::signers::yubihsm::ecdsa::algorithm::CurveAlgorithm[][src]

pub trait CurveAlgorithm {
    fn asymmetric_algorithm() -> Algorithm;
}
Expand description

Mappings from ECDSA curves to their corresponding asymmetric algorithm

Required methods

YubiHSM asymmetric algorithm for this elliptic curve

Implementors