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

Go to the source code of this file.

Classes

class  PGInternalTest
 Extend the ProtogalaxyProverInternal class to compute the combiner without optimistically skipping. More...
 

Typedefs

using Flavor = MegaFlavor
 
using Polynomial = typename Flavor::Polynomial
 
using FF = typename Flavor::FF
 

Functions

 TEST (Protogalaxy, CombinerOn2Keys)
 
 TEST (Protogalaxy, CombinerOptimizationConsistency)
 

Variables

constexpr size_t NUM_KEYS = 2
 

Typedef Documentation

◆ FF

using FF = typename Flavor::FF

Definition at line 12 of file combiner.test.cpp.

◆ Flavor

using Flavor = MegaFlavor

Definition at line 10 of file combiner.test.cpp.

◆ Polynomial

using Polynomial = typename Flavor::Polynomial

Definition at line 11 of file combiner.test.cpp.

Function Documentation

◆ TEST() [1/2]

TEST ( Protogalaxy  ,
CombinerOn2Keys   
)

Definition at line 173 of file combiner.test.cpp.

◆ TEST() [2/2]

TEST ( Protogalaxy  ,
CombinerOptimizationConsistency   
)

Definition at line 311 of file combiner.test.cpp.

Variable Documentation

◆ NUM_KEYS

constexpr size_t NUM_KEYS = 2
constexpr

Definition at line 13 of file combiner.test.cpp.