zkSNARK: Foundations of circuit design and verification logic.

This commit is contained in:
Sean Bowe
2016-05-04 18:25:45 -06:00
parent 369df06583
commit 074eb3a2cf
3 changed files with 148 additions and 10 deletions

View File

@@ -2,6 +2,10 @@
#include "prf.h"
#include "sodium.h"
#include "zerocash/utils/util.h"
#include <memory>
#include <boost/format.hpp>
#include <boost/optional.hpp>
#include <fstream>