forked from brownie/cashlib
-
Notifications
You must be signed in to change notification settings - Fork 0
ZKPDL & cashlib: A language-based system for zero-knowledge proofs and electronic cash (e-cash).
License
aditya211935/cashlib
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
ZKPDL and Cashlib ZKPDL (Zero-Knowledge Proof Description Language) is a high-level language designed for specifying cryptographic operations and in particular zero-knowledge proofs. Its corresponding interpreter will, given a program and a set of inputs, output a proof when acting as the prover and verify a proof when acting as the verifier. The Cashlib library provides functionality for endorsed e-cash and fair exchange protocols. Classes are provided for withdrawing, spending, and depositing e-coins, as well as for bartering for files using an e-coin only as a placeholder. Resolution protocols are provided as well. For a detailed description of this software please see our paper in USENIX Security 2010: http://www.cs.brown.edu/research/brownie/usenix10.pdf Pseudocode descriptions of the cryptographic protocols used are available in the "doc/pseudocodes" directory. http://github.com/brownie/cashlib/raw/master/doc/pseudocodes.pdf A short manual describing our language syntax can also be found in the "doc/manual" directory. http://github.com/brownie/cashlib/raw/master/doc/language.pdf These documents are still under development and should improve in the future. Many example programs are available in the "src/ZKP/examples" directory. We would love to hear about your interest in ZKPDL and Cashlib. Feel free to contact us if you have any questions or comments! Chris Erway <[email protected]> Sarah Meiklejohn <[email protected]> The Brownie Points project [email protected] http://www.cs.brown.edu/research/brownie/
About
ZKPDL & cashlib: A language-based system for zero-knowledge proofs and electronic cash (e-cash).
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C++ 95.9%
- GDB 2.0%
- GAP 1.5%
- Other 0.6%