Struct signatory_secp256k1::ECDSASigner[][src]

pub struct ECDSASigner(_);

ECDSA signature provider for the secp256k1 crate

Methods

impl ECDSASigner
[src]

Create a new secp256k1 signer from the given private key

Trait Implementations

impl Signer<Secp256k1> for ECDSASigner
[src]

Return the public key that corresponds to the private key for this signer

impl RawDigestSigner<Secp256k1> for ECDSASigner
[src]

Compute an ASN.1 DER-encoded signature of the given 32-byte SHA-256 digest

Compute a compact, fixed-sized signature of the given 32-byte SHA-256 digest

Auto Trait Implementations

impl Send for ECDSASigner

impl Sync for ECDSASigner