Registry / crypto / bulletproofs

bulletproofs

JSON →
library5.0.0rscratesunverified

A pure-Rust implementation of Bulletproofs using Ristretto for zero-knowledge proofs.

# Cargo.toml [dependencies] bulletproofs = "5.0.0"
INSTALL
IMPORT
SIG · BULLETPROOFS
B
bulletproofs
cryptorustv5.0.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.

BulletproofGens
✓ use bulletproofs::BulletproofGens;

Generates Bulletproof generators for range proofs.

use bulletproofs::BulletproofGens; fn main() { let gens = BulletproofGens::new(64, 1); }
Debug
Known issues
gotchaRequires the 'ristretto' feature for Ristretto point support.
fix
Add `features = ["ristretto"]` to your Cargo.toml dependency.
affects: >=5.0.0
Upgrade
Version history
5.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Resources
bulletproofs — cargo add bulletproofs · libregistry