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

Go to the source code of this file.

Classes

class  MockVerifierInputsTest< Flavor >
 

Typedefs

using FlavorTypes = testing::Types< MegaFlavor, UltraFlavor, UltraZKFlavor, UltraRollupFlavor >
 

Functions

 TYPED_TEST_SUITE (MockVerifierInputsTest, FlavorTypes)
 
 TEST (MockVerifierInputsTest, MockMergeProofSize)
 Check that the size of a mock merge proof matches expectation.
 
 TEST (MockVerifierInputsTest, MockPreIpaProofSize)
 Check that the size of a mock pre-ipa proof matches expectation.
 
 TEST (MockVerifierInputsTest, MockIPAProofSize)
 Check that the size of a mock ipa proof matches expectation.
 
 TEST (MockVerifierInputsTest, MockTranslatorProofSize)
 Check that the size of a mock translator proof matches expectation.
 
 TEST (MockVerifierInputsTest, MockMegaOinkProofSize)
 Check that the size of a mock Oink proof matches expectation for MegaFlavor.
 
 TYPED_TEST (MockVerifierInputsTest, MockUltraOinkProofSize)
 Check that the size of a mock Oink proof matches expectation for Ultra flavors.
 
 TYPED_TEST (MockVerifierInputsTest, MockDeciderProofSize)
 Check that the size of a mock Decider proof matches expectation based on Flavor.
 
 TEST (MockVerifierInputsTest, MockMegaHonkProofSize)
 Check that the size of a mock Honk proof matches expectation based for MegaFlavor.
 
 TYPED_TEST (MockVerifierInputsTest, MockUltraHonkProofSize)
 Check that the size of a mock Honk proof matches expectation for Ultra flavors.
 
 TEST (MockVerifierInputsTest, MockChonkProofSize)
 Check that the size of a mock Chonk proof matches expectation.
 
 TEST (MockVerifierInputsTest, MockMultilinearBatchingProofSize)
 Check that the size of a mock MultiLinearBatching proof matches expectation.
 

Typedef Documentation

◆ FlavorTypes

Definition at line 32 of file mock_verifier_inputs.test.cpp.

Function Documentation

◆ TEST() [1/8]

TEST ( MockVerifierInputsTest  ,
MockChonkProofSize   
)

Check that the size of a mock Chonk proof matches expectation.

Definition at line 241 of file mock_verifier_inputs.test.cpp.

◆ TEST() [2/8]

TEST ( MockVerifierInputsTest  ,
MockIPAProofSize   
)

Check that the size of a mock ipa proof matches expectation.

Definition at line 64 of file mock_verifier_inputs.test.cpp.

◆ TEST() [3/8]

TEST ( MockVerifierInputsTest  ,
MockMegaHonkProofSize   
)

Check that the size of a mock Honk proof matches expectation based for MegaFlavor.

Definition at line 171 of file mock_verifier_inputs.test.cpp.

◆ TEST() [4/8]

TEST ( MockVerifierInputsTest  ,
MockMegaOinkProofSize   
)

Check that the size of a mock Oink proof matches expectation for MegaFlavor.

Definition at line 90 of file mock_verifier_inputs.test.cpp.

◆ TEST() [5/8]

TEST ( MockVerifierInputsTest  ,
MockMergeProofSize   
)

Check that the size of a mock merge proof matches expectation.

Definition at line 39 of file mock_verifier_inputs.test.cpp.

◆ TEST() [6/8]

TEST ( MockVerifierInputsTest  ,
MockMultilinearBatchingProofSize   
)

Check that the size of a mock MultiLinearBatching proof matches expectation.

Definition at line 259 of file mock_verifier_inputs.test.cpp.

◆ TEST() [7/8]

TEST ( MockVerifierInputsTest  ,
MockPreIpaProofSize   
)

Check that the size of a mock pre-ipa proof matches expectation.

Definition at line 51 of file mock_verifier_inputs.test.cpp.

◆ TEST() [8/8]

TEST ( MockVerifierInputsTest  ,
MockTranslatorProofSize   
)

Check that the size of a mock translator proof matches expectation.

Definition at line 76 of file mock_verifier_inputs.test.cpp.

◆ TYPED_TEST() [1/3]

TYPED_TEST ( MockVerifierInputsTest  ,
MockDeciderProofSize   
)

Check that the size of a mock Decider proof matches expectation based on Flavor.

Definition at line 151 of file mock_verifier_inputs.test.cpp.

◆ TYPED_TEST() [2/3]

TYPED_TEST ( MockVerifierInputsTest  ,
MockUltraHonkProofSize   
)

Check that the size of a mock Honk proof matches expectation for Ultra flavors.

Definition at line 208 of file mock_verifier_inputs.test.cpp.

◆ TYPED_TEST() [3/3]

TYPED_TEST ( MockVerifierInputsTest  ,
MockUltraOinkProofSize   
)

Check that the size of a mock Oink proof matches expectation for Ultra flavors.

Definition at line 125 of file mock_verifier_inputs.test.cpp.

◆ TYPED_TEST_SUITE()

TYPED_TEST_SUITE ( MockVerifierInputsTest  ,
FlavorTypes   
)