bc_components

Trait 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§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§