Registry / crypto / secp256k1-zkp

secp256k1-zkp

JSON →
library0.11.0rscratesunverified

Rust bindings for the libsecp256k1-zkp library, providing elliptic curve operations with zero-knowledge proofs.

# Cargo.toml [dependencies] secp256k1-zkp = "0.11.0"
INSTALL
IMPORT
SIG · SECP256K1-ZKP
S
secp256k1-zkp
cryptorustv0.11.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Secp256k1
use secp256k1_zkp::Secp256k1;

Create a new secp256k1 context.

use secp256k1_zkp::Secp256k1; fn main() { let secp = Secp256k1::new(); println!("Secp256k1 context created"); }
Debug
Known issues
gotchaRequires the `libsecp256k1-zkp` C library to be installed on the system.
fix
Install the C library via your package manager or build from source.
affects: >=0.0.0
Upgrade
Version history
0.11.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Resources
secp256k1-zkp — cargo add secp256k1-zkp · libregistry