Module signatory::ecdsa::signer[][src]

Trait for ECDSA signers

Traits

RawDigestDERSigner

Sign a raw digest the same size as the curve's field (i.e. without first computing a SHA-2 digest of the message) returning an ASN.1 DER signature

RawDigestFixedSigner

Sign a raw digest the same size as the curve's field (i.e. without first computing a SHA-2 digest of the message) returning a fixed-width signature

SHA256DERSigner

ECDSA signer which computes SHA-256 digests of messages and returns ASN.1 DER-encoded signatures

SHA256FixedSigner

ECDSA signer which computes SHA-256 digests of messages and returns fixed-width encoded signatures

Signer

ECDSA signer base trait