|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/commitment_schemes/triple_ipa/triple_ipa.hpp"#include "barretenberg/commitment_schemes/pcs_test_utils.hpp"#include "barretenberg/srs/factories/grumpkin_srs_gen.hpp"#include "barretenberg/srs/global_crs.hpp"#include <array>#include <numeric>Go to the source code of this file.
Functions | |
| TEST_F (TripleIPATest, NativeProveVerify) | |
| TEST_F (TripleIPATest, NativeVerifierDoesNotNeedWitnessPolynomials) | |
| TEST_F (TripleIPATest, NativeBatchVerifyAccumulatorsDischargesMultipleProofs) | |
| TEST_F (TripleIPATest, NativeBatchVerifyAccumulatorsRejectsTamperedProof) | |
| TEST_F | ( | TripleIPATest | , |
| NativeBatchVerifyAccumulatorsDischargesMultipleProofs | |||
| ) |
Definition at line 139 of file triple_ipa.test.cpp.
| TEST_F | ( | TripleIPATest | , |
| NativeBatchVerifyAccumulatorsRejectsTamperedProof | |||
| ) |
Definition at line 154 of file triple_ipa.test.cpp.
| TEST_F | ( | TripleIPATest | , |
| NativeProveVerify | |||
| ) |
Definition at line 119 of file triple_ipa.test.cpp.
| TEST_F | ( | TripleIPATest | , |
| NativeVerifierDoesNotNeedWitnessPolynomials | |||
| ) |
Definition at line 126 of file triple_ipa.test.cpp.