sanket1729 / rust-secp256k1-zkp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C 80.3%Language:C++ 7.1%Language:Rust 2.8%Language:M4 2.5%Language:Python 2.3%Language:Java 2.3%Language:Assembly 2.1%Language:Makefile 0.5%Language:Shell 0.1%