Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.03 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.03 KB

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.