Skip to content

trevor-crypto/libsecp256k1

 
 

Repository files navigation

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.

About

Pure Rust Implementation of secp256k1.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 99.3%
  • Shell 0.7%