Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 694 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 694 Bytes

SECP256K1 Implementation in Pure Rust

Build Status License Cargo Documentation

SECP256K1 implementation with no_std support. Currently we have implementation for:

  • Convert a private key to a public key.
  • Sign messages.
  • Signature verification.
  • Public key recovery from signed messages.
  • Shared secrets.