pub struct PublicKey(_);Expand description
An ECDSA public key.
Implementations
Verify an ECDSA signature on a message using the public key.
Decode a public key from a byte buffer without compression.
Encode a public key into a DER encoded byte buffer as defined by SEC1 standard.
Decode a public key into a DER encoded byte buffer as defined by SEC1 standard.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PublicKey
impl UnwindSafe for PublicKey
Blanket Implementations
Mutably borrows from an owned value. Read more