wigy-opensource-developer / libsecp256k1

Pure Rust Implementation of secp256k1.

Home Page:https://source.that.world/source/libsecp256k1-rs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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

License:Apache License 2.0


Languages

Language:Rust 100.0%Language:Makefile 0.0%Language:Nix 0.0%