/libsecp256k1-rs

Fork of https://source.that.world/source/libsecp256k1-rs

Primary LanguageRustApache License 2.0Apache-2.0

SECP256K1 Implementation in Pure Rust

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.