Trait bc_components::ECKey

source ·
pub trait ECKey: ECKeyBase + UREncodable {
    // Required method
    fn public_key(&self) -> ECPublicKey;
}
Expand description

A type that represents an elliptic curve digital signature algorithm (ECDSA) key, and can be used to derive a public key.

Required Methods§

Implementors§