Module yubihsm::ecdsa::secp256k1

source ·
Available on crate feature secp256k1 only.
Expand description

secp256k1 elliptic curve

About

The secp256k1 elliptic curve is specified by Certicom’s SECG in “SEC 2: Recommended Elliptic Curve Domain Parameters”:

https://www.secg.org/sec2-v2.pdf

It’s primarily notable for usage in Bitcoin and other cryptocurrencies.

Structs

Type Definitions

  • ECDSA/secp256k1 signature recovery id (ala Ethereum)
  • ECDSA/secp256k1 signature (fixed-size)
  • ECDSA/secp256k1 signer