libsecp256k1 0.1.8

Pure Rust secp256k1 implementation.
Documentation

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.