Crates.io | secp256k1-zkp |
lib.rs | secp256k1-zkp |
version | 0.11.0 |
source | src |
created_at | 2019-06-03 08:00:19.156269 |
updated_at | 2024-07-09 20:13:27.183138 |
description | Rust bindings for the `libsecp256k1-zkp` library. |
homepage | https://github.com/ElementsProject/rust-secp256k1-zkp/ |
repository | https://github.com/ElementsProject/rust-secp256k1-zkp/ |
max_upload_size | |
id | 138648 |
size | 105,353 |
rust-secp256k1-zkp
is a wrapper around libsecp256k1-zkp that also
re-exports all bindings from rust-secp256k1
.
As such, all of its types - SecretKey
, Context
, etc - are interoperable with the ones defined in rust-secp256k1
.
In addition to everything from rust-secp256k1
, this library adds type-safe Rust bindings for the following modules:
Contributions to this library are welcome. A few guidelines: