Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
EccOpsTableTest::MockSubtableGenerator< Op > Struct Template Referenceabstract

Public Member Functions

virtual ~MockSubtableGenerator ()=default
 
virtual Op generate_random_op () const =0
 
std::vector< std::vector< Op > > generate_subtables (size_t num_subtables, std::vector< size_t > ops_per_table)
 

Detailed Description

template<typename Op>
struct EccOpsTableTest::MockSubtableGenerator< Op >

Definition at line 16 of file ecc_ops_table.test.cpp.

Constructor & Destructor Documentation

◆ ~MockSubtableGenerator()

template<typename Op >
virtual EccOpsTableTest::MockSubtableGenerator< Op >::~MockSubtableGenerator ( )
virtualdefault

Member Function Documentation

◆ generate_random_op()

template<typename Op >
virtual Op EccOpsTableTest::MockSubtableGenerator< Op >::generate_random_op ( ) const
pure virtual

◆ generate_subtables()

template<typename Op >
std::vector< std::vector< Op > > EccOpsTableTest::MockSubtableGenerator< Op >::generate_subtables ( size_t  num_subtables,
std::vector< size_t >  ops_per_table 
)
inline

Definition at line 19 of file ecc_ops_table.test.cpp.


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