Skip to content

sanket1729/rust-secp256k1-zkp

 
 

Repository files navigation

rust-secp256k1-zkp

Experimental. Do not use in production. Seriously.

rust-secp256k1-zkp is a wrapper around libsecp256k1-zkp, a fork of libsecp256k1. For bindings to libsecp256k1 see rust-secp256k1.

This repository is devided into the secp256k1-zkp-sys crate and secp256k1-zkp crate. The former is no_std and therefore provides only low-level bindings while the latter provides more high-level abstractions.

Modules currently supported:

  • schnorrsig which allows creating and (batch-) verifying bip-schnorr compatible signatures

Documentation

Contributing

Contributions to this library are welcome. A few guidelines:

  • No new dependencies, please.
  • This library should always compile with any combination of features on Rust 1.22.
  • Please use rustfmt.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 80.3%
  • C++ 7.1%
  • Rust 2.8%
  • M4 2.5%
  • Python 2.3%
  • Java 2.3%
  • Other 2.7%