Introduce new libzcash Zcash protocol API and crypto constructions surrounding the zkSNARK circuit.

This commit is contained in:
Sean Bowe
2016-05-04 18:25:42 -06:00
parent 5961dcb6da
commit 369df06583
9 changed files with 729 additions and 0 deletions

3
.gitignore vendored
View File

@@ -16,6 +16,9 @@ src/zerocash/tests/utilTest
src/zerocash/tests/zerocashTest
src/zerocash/tests/test_zerocash_pour_ppzksnark
*zcashTest.pk
*zcashTest.vk
# autoreconf
Makefile.in
aclocal.m4