{"id":68910,"library":"bulletproofs","title":"Bulletproofs","description":"A pure-Rust implementation of Bulletproofs using Ristretto for zero-knowledge proofs.","status":"active","version":"5.0.0","language":"rust","source_language":null,"source_url":"https://github.com/zkcrypto/bulletproofs","tags":["cryptography","zero-knowledge","bulletproofs","ristretto"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nbulletproofs = \"5.0.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add bulletproofs","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"BulletproofGens","correct":"use bulletproofs::BulletproofGens;"}],"quickstart":{"code":"use bulletproofs::BulletproofGens;\n\nfn main() {\n    let gens = BulletproofGens::new(64, 1);\n}","lang":"rust","description":"Generates Bulletproof generators for range proofs."},"warnings":[{"fix":"Add `features = [\"ristretto\"]` to your Cargo.toml dependency.","message":"Requires the 'ristretto' feature for Ristretto point support.","severity":"gotcha","affected_versions":">=5.0.0"}],"env_vars":null,"search_vec":"'bulletproof':1,8,20 'cryptographi':16 'implement':6 'knowledg':14,19 'proof':15 'pure':4 'pure-rust':3 'ristretto':10,21 'rust':5 'use':9 'zero':13,18 'zero-knowledg':12,17","created_at":"2026-06-17T17:55:22.878942+00:00","updated_at":"2026-06-17T17:55:22.878942+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/zkcrypto/bulletproofs","github":"https://github.com/zkcrypto/bulletproofs","docs":"https://docs.rs/bulletproofs/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["crypto"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}