bulletproofs
Zero-knowledge proof library
A cryptographic project providing a protocol for short, non-interactive zero-knowledge proofs of knowledge about committed values.
Bulletproofs are short non-interactive zero-knowledge proofs that require no trusted setup
534 stars
30 watching
45 forks
Language: Haskell
last commit: almost 2 years ago
Linked from 1 awesome list
bulletproofscryptographyelliptic-curvespedersen-commitmentrange-proofssigmazero-knowledgezk-snarkszksnarks
Related projects:
Repository | Description | Stars |
---|---|---|
dalek-cryptography/bulletproofs | A high-performance Rust implementation of Bulletproofs, enabling efficient single-party and multi-party computations with programmable constraints. | 1,058 |
brownie/cashlib | A system for specifying and executing cryptographic operations and electronic cash protocols in a high-level language | 54 |
scipr-lab/dizk | A Java library enabling verifiable computations in distributed systems using zero-knowledge proofs and scalable arithmetic. | 237 |
microsoft/spartan | A high-speed zero-knowledge proof system with transparent setup and arbitrary NP statement support | 707 |
baro77/zkbasicscs | A concise introduction to Zero-Knowledge Proofs basics | 119 |
iden3/snarkjs | A JavaScript and WebAssembly implementation of a zero-knowledge proof protocol for secure multi-party computations | 1,801 |
supranational/sppark | A high-performance library for accelerating zero-knowledge proof generation operations on GPUs | 188 |
sdiehl/zurihac-crypto | Small minimal examples of modern cryptographic techniques in Haskell | 79 |
adamisz/from0k2bp | Exploring the development of a cryptographic protocol from scratch to production-ready implementation | 156 |
nalinbhardwaj/zordle | A web application built using Zero-Knowledge Proof technology to verify players' knowledge of word mappings without revealing the words themselves. | 215 |
iden3/wasmsnark | A Web Assembly-based library for generating and verifying zero-knowledge proofs using zkSnark protocols | 211 |
dusk-network/plonk | A Rust implementation of a secure cryptographic system for efficient zero-knowledge proofs | 554 |
noir-lang/noir | A language for creating secure and efficient proofs in cryptography using a compiler and runtime system | 924 |
mratsim/constantine | A high-performance cryptography library for cryptographic primitives and protocols used in blockchain and zero-knowledge proof systems | 417 |
privacy-scaling-explorations/chiquito | A high-level DSL for implementing zero-knowledge proof applications with structured abstractions and a focus on performance. | 189 |