Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
EcOperationsInfinityTests< Builder > Class Template Reference
Inheritance diagram for EcOperationsInfinityTests< Builder >:

Static Protected Member Functions

static void SetUpTestSuite ()
 
static std::array< uint32_t, 3 > push_point (WitnessVector &witness, const AcirPoint &pt)
 
static std::pair< EcAdd, WitnessVector > make_ec_add (AcirPoint p1, AcirPoint p2, AcirPoint result)
 
static std::pair< bool, std::string > run_circuit (EcAdd constraint, WitnessVector witness)
 

Detailed Description

template<typename Builder>
class EcOperationsInfinityTests< Builder >

Definition at line 313 of file ec_operations.test.cpp.

Member Function Documentation

◆ make_ec_add()

template<typename Builder >
static std::pair< EcAdd, WitnessVector > EcOperationsInfinityTests< Builder >::make_ec_add ( AcirPoint  p1,
AcirPoint  p2,
AcirPoint  result 
)
inlinestaticprotected

Definition at line 331 of file ec_operations.test.cpp.

◆ push_point()

template<typename Builder >
static std::array< uint32_t, 3 > EcOperationsInfinityTests< Builder >::push_point ( WitnessVector &  witness,
const AcirPoint pt 
)
inlinestaticprotected

Definition at line 318 of file ec_operations.test.cpp.

◆ run_circuit()

template<typename Builder >
static std::pair< bool, std::string > EcOperationsInfinityTests< Builder >::run_circuit ( EcAdd  constraint,
WitnessVector  witness 
)
inlinestaticprotected

Definition at line 356 of file ec_operations.test.cpp.

◆ SetUpTestSuite()

template<typename Builder >
static void EcOperationsInfinityTests< Builder >::SetUpTestSuite ( )
inlinestaticprotected

Definition at line 315 of file ec_operations.test.cpp.


The documentation for this class was generated from the following file: