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, MockHonkProofSize)
 Check that the size of a mock Honk proof matches expectation for Ultra flavors.
 
 TEST (MockVerifierInputsTest, MockClientIVCProofSize)
 Check that the size of a mock ClientIVC proof matches expectation.
 

Typedef Documentation

◆ FlavorTypes

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

Function Documentation

◆ TEST() [1/7]

TEST ( MockVerifierInputsTest  ,
MockClientIVCProofSize   
)

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

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

◆ TEST() [2/7]

TEST ( MockVerifierInputsTest  ,
MockIPAProofSize   
)

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

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

◆ TEST() [3/7]

TEST ( MockVerifierInputsTest  ,
MockMegaHonkProofSize   
)

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

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

◆ TEST() [4/7]

TEST ( MockVerifierInputsTest  ,
MockMegaOinkProofSize   
)

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

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

◆ TEST() [5/7]

TEST ( MockVerifierInputsTest  ,
MockMergeProofSize   
)

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

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

◆ TEST() [6/7]

TEST ( MockVerifierInputsTest  ,
MockPreIpaProofSize   
)

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

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

◆ TEST() [7/7]

TEST ( MockVerifierInputsTest  ,
MockTranslatorProofSize   
)

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

Definition at line 59 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 121 of file mock_verifier_inputs.test.cpp.

◆ TYPED_TEST() [2/3]

TYPED_TEST ( MockVerifierInputsTest  ,
MockHonkProofSize   
)

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

Definition at line 168 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 100 of file mock_verifier_inputs.test.cpp.

◆ TYPED_TEST_SUITE()

TYPED_TEST_SUITE ( MockVerifierInputsTest  ,
FlavorTypes   
)