Hold an ECCVerifyHandle in zcash-gtest
This commit is contained in:
@@ -1,9 +1,17 @@
|
|||||||
#include "gtest/gtest.h"
|
#include "gtest/gtest.h"
|
||||||
#include "crypto/common.h"
|
#include "crypto/common.h"
|
||||||
|
#include "pubkey.h"
|
||||||
|
|
||||||
#include "libsnark/common/default_types/r1cs_ppzksnark_pp.hpp"
|
#include "libsnark/common/default_types/r1cs_ppzksnark_pp.hpp"
|
||||||
#include "libsnark/zk_proof_systems/ppzksnark/r1cs_ppzksnark/r1cs_ppzksnark.hpp"
|
#include "libsnark/zk_proof_systems/ppzksnark/r1cs_ppzksnark/r1cs_ppzksnark.hpp"
|
||||||
|
|
||||||
|
struct ECCryptoClosure
|
||||||
|
{
|
||||||
|
ECCVerifyHandle handle;
|
||||||
|
};
|
||||||
|
|
||||||
|
ECCryptoClosure instance_of_eccryptoclosure;
|
||||||
|
|
||||||
int main(int argc, char **argv) {
|
int main(int argc, char **argv) {
|
||||||
assert(init_and_check_sodium() != -1);
|
assert(init_and_check_sodium() != -1);
|
||||||
libsnark::default_r1cs_ppzksnark_pp::init_public_params();
|
libsnark::default_r1cs_ppzksnark_pp::init_public_params();
|
||||||
|
|||||||
Reference in New Issue
Block a user