add Snarkfront

[Imported from Trac: page SNARKs, version 7]
warner 2015-09-16 07:36:29 +00:00
parent ce0fb2dd67
commit 5556e9a7bf

@ -60,9 +60,15 @@ proof, and the proof itself was 322 bytes. Verifying the proof took
This precursor is the application paper for the main generic snark
implementation.
### SnarkFront
<https://github.com/jancarlsson/snarkfront>
C++ program which takes a target program (as a restricted-form C++ template) and emits an executable which can generate SNARK public-key datasets, generate proofs, or verify proofs. Includes AES and SHA primitives.
### ZeroCash
* Eli Ben-Sasson's presentation with high-level description, comparison against ZeroCoin : <https://www.youtube.com/watch?v=l7LSSE0bRRo>
Eli Ben-Sasson's presentation with high-level description, comparison against ZeroCoin : <https://www.youtube.com/watch?v=l7LSSE0bRRo>
### Recursive Composition of SNARKs