Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 341 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 341 Bytes

secp256k1

Elliptic curve math and cryptography stuff on the secp256k1 curve for learning purposes. It implements:

  • ECDSA signature and verification.
  • Schnorr signatures as specified in BIP-340.
  • ECDH key exchange