Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
ipa.test.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  bb
 Entry point for Barretenberg command-line interface.
 

Macros

#define IPA_TEST
 

Functions

 TEST_F (IPATest, OpenZeroPolynomial)
 
 TEST_F (IPATest, OpenManyZerosPolynomial)
 
 TEST_F (IPATest, OpenAtZero)
 
 TEST_F (IPATest, Open)
 
 TEST_F (IPATest, OpeningValueZero)
 
 bb::TEST_F (IPATest, ChallengesAreZero)
 
 bb::TEST_F (IPATest, AIsZeroAfterOneRound)
 
 TEST_F (IPATest, BatchVerifyTwoValidProofs)
 
 TEST_F (IPATest, BatchVerifySingleProof)
 
 TEST_F (IPATest, BatchVerifyRejectsTamperedGZero)
 
 TEST_F (IPATest, BatchVerifyRejectsTamperedAZero)
 
 TEST_F (IPATest, BatchVerifyTamperedProof)
 
 TEST_F (IPATest, BatchVerifyRejectsClaimTranscriptMismatch)
 

Macro Definition Documentation

◆ IPA_TEST

#define IPA_TEST

Definition at line 86 of file ipa.test.cpp.

Function Documentation

◆ TEST_F() [1/11]

TEST_F ( IPATest  ,
BatchVerifyRejectsClaimTranscriptMismatch   
)

Definition at line 325 of file ipa.test.cpp.

◆ TEST_F() [2/11]

TEST_F ( IPATest  ,
BatchVerifyRejectsTamperedAZero   
)

Definition at line 290 of file ipa.test.cpp.

◆ TEST_F() [3/11]

TEST_F ( IPATest  ,
BatchVerifyRejectsTamperedGZero   
)

Definition at line 270 of file ipa.test.cpp.

◆ TEST_F() [4/11]

TEST_F ( IPATest  ,
BatchVerifySingleProof   
)

Definition at line 261 of file ipa.test.cpp.

◆ TEST_F() [5/11]

TEST_F ( IPATest  ,
BatchVerifyTamperedProof   
)

Definition at line 310 of file ipa.test.cpp.

◆ TEST_F() [6/11]

TEST_F ( IPATest  ,
BatchVerifyTwoValidProofs   
)

Definition at line 249 of file ipa.test.cpp.

◆ TEST_F() [7/11]

TEST_F ( IPATest  ,
Open   
)

Definition at line 127 of file ipa.test.cpp.

◆ TEST_F() [8/11]

TEST_F ( IPATest  ,
OpenAtZero   
)

Definition at line 117 of file ipa.test.cpp.

◆ TEST_F() [9/11]

TEST_F ( IPATest  ,
OpeningValueZero   
)

Definition at line 140 of file ipa.test.cpp.

◆ TEST_F() [10/11]

TEST_F ( IPATest  ,
OpenManyZerosPolynomial   
)

Definition at line 100 of file ipa.test.cpp.

◆ TEST_F() [11/11]

TEST_F ( IPATest  ,
OpenZeroPolynomial   
)

Definition at line 92 of file ipa.test.cpp.