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

Go to the source code of this file.

Typedefs

using FlavorTypes = testing::Types< MegaFlavor >
 

Functions

 TYPED_TEST_SUITE (ProtogalaxyTests, FlavorTypes)
 
 TYPED_TEST (ProtogalaxyTests, PerturbatorCoefficients)
 
 TYPED_TEST (ProtogalaxyTests, FullHonkEvaluationsValidCircuit)
 
 TYPED_TEST (ProtogalaxyTests, PerturbatorPolynomial)
 
 TYPED_TEST (ProtogalaxyTests, CombinerQuotient)
 
 TYPED_TEST (ProtogalaxyTests, CombineRelationParameters)
 
 TYPED_TEST (ProtogalaxyTests, CombineAlphas)
 
 TYPED_TEST (ProtogalaxyTests, ProtogalaxyInhomogeneous)
 
 TYPED_TEST (ProtogalaxyTests, FullProtogalaxyTest)
 
 TYPED_TEST (ProtogalaxyTests, FullProtogalaxyStructuredTrace)
 
 TYPED_TEST (ProtogalaxyTests, VirtualSizeExpansion)
 
 TYPED_TEST (ProtogalaxyTests, FullProtogalaxyStructuredTraceInhomogeneous)
 
 TYPED_TEST (ProtogalaxyTests, TamperedCommitment)
 
 TYPED_TEST (ProtogalaxyTests, TamperedAccumulatorPolynomial)
 
 TYPED_TEST (ProtogalaxyTests, BadLookupFailure)
 
 TYPED_TEST (ProtogalaxyTests, Fold1)
 

Typedef Documentation

◆ FlavorTypes

using FlavorTypes = testing::Types<MegaFlavor>

Definition at line 601 of file protogalaxy.test.cpp.

Function Documentation

◆ TYPED_TEST() [1/15]

TYPED_TEST ( ProtogalaxyTests  ,
BadLookupFailure   
)

Definition at line 669 of file protogalaxy.test.cpp.

◆ TYPED_TEST() [2/15]

TYPED_TEST ( ProtogalaxyTests  ,
CombineAlphas   
)

Definition at line 629 of file protogalaxy.test.cpp.

◆ TYPED_TEST() [3/15]

TYPED_TEST ( ProtogalaxyTests  ,
CombineRelationParameters   
)

Definition at line 624 of file protogalaxy.test.cpp.

◆ TYPED_TEST() [4/15]

TYPED_TEST ( ProtogalaxyTests  ,
CombinerQuotient   
)

Definition at line 619 of file protogalaxy.test.cpp.

◆ TYPED_TEST() [5/15]

TYPED_TEST ( ProtogalaxyTests  ,
Fold1   
)

Definition at line 676 of file protogalaxy.test.cpp.

◆ TYPED_TEST() [6/15]

TYPED_TEST ( ProtogalaxyTests  ,
FullHonkEvaluationsValidCircuit   
)

Definition at line 609 of file protogalaxy.test.cpp.

◆ TYPED_TEST() [7/15]

TYPED_TEST ( ProtogalaxyTests  ,
FullProtogalaxyStructuredTrace   
)

Definition at line 644 of file protogalaxy.test.cpp.

◆ TYPED_TEST() [8/15]

TYPED_TEST ( ProtogalaxyTests  ,
FullProtogalaxyStructuredTraceInhomogeneous   
)

Definition at line 654 of file protogalaxy.test.cpp.

◆ TYPED_TEST() [9/15]

TYPED_TEST ( ProtogalaxyTests  ,
FullProtogalaxyTest   
)

Definition at line 639 of file protogalaxy.test.cpp.

◆ TYPED_TEST() [10/15]

TYPED_TEST ( ProtogalaxyTests  ,
PerturbatorCoefficients   
)

Definition at line 604 of file protogalaxy.test.cpp.

◆ TYPED_TEST() [11/15]

TYPED_TEST ( ProtogalaxyTests  ,
PerturbatorPolynomial   
)

Definition at line 614 of file protogalaxy.test.cpp.

◆ TYPED_TEST() [12/15]

TYPED_TEST ( ProtogalaxyTests  ,
ProtogalaxyInhomogeneous   
)

Definition at line 634 of file protogalaxy.test.cpp.

◆ TYPED_TEST() [13/15]

TYPED_TEST ( ProtogalaxyTests  ,
TamperedAccumulatorPolynomial   
)

Definition at line 664 of file protogalaxy.test.cpp.

◆ TYPED_TEST() [14/15]

TYPED_TEST ( ProtogalaxyTests  ,
TamperedCommitment   
)

Definition at line 659 of file protogalaxy.test.cpp.

◆ TYPED_TEST() [15/15]

TYPED_TEST ( ProtogalaxyTests  ,
VirtualSizeExpansion   
)

Definition at line 649 of file protogalaxy.test.cpp.

◆ TYPED_TEST_SUITE()

TYPED_TEST_SUITE ( ProtogalaxyTests  ,
FlavorTypes   
)