All Projects → ETCDEVTeam → libsecp256k1-rs

ETCDEVTeam / libsecp256k1-rs

Licence: Apache-2.0 license
Pure Rust Implementation of secp256k1.

Programming Languages

rust
11053 projects

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].