|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
The class parametrizing CycleGroup fuzzing instructions, execution, etc. More...
#include <cycle_group.fuzzer.hpp>
Classes | |
| class | ArgSizes |
| class | ExecutionHandler |
| This class implements the execution of cycle group with an oracle to detect discrepancies. More... | |
| class | Instruction |
| class | InstructionWeights |
| Optional subclass that governs limits on the use of certain instructions, since some of them can be too slow. More... | |
| class | Parser |
| Parser class handles the parsing and writing the instructions back to data buffer. More... | |
Public Types | |
| typedef std::vector< ExecutionHandler > | ExecutionState |
Static Public Member Functions | |
| static bool | postProcess (Builder *builder, std::vector< CycleGroupBase::ExecutionHandler > &stack) |
| Check that the resulting values are equal to expected. | |
Private Types | |
| using | bool_t = typename bb::stdlib::bool_t< Builder > |
| using | field_t = typename bb::stdlib::field_t< Builder > |
| using | witness_t = typename bb::stdlib::witness_t< Builder > |
| using | public_witness_t = typename bb::stdlib::public_witness_t< Builder > |
| using | cycle_group_t = typename bb::stdlib::cycle_group< Builder > |
| using | cycle_scalar_t = typename cycle_group_t::cycle_scalar |
| using | Curve = typename bb::stdlib::cycle_group< Builder >::Curve |
| using | GroupElement = typename Curve::Element |
| using | AffineElement = typename Curve::AffineElement |
| using | ScalarField = typename Curve::ScalarField |
| using | BaseField = typename Curve::BaseField |
The class parametrizing CycleGroup fuzzing instructions, execution, etc.
Definition at line 129 of file cycle_group.fuzzer.hpp.
|
private |
Definition at line 139 of file cycle_group.fuzzer.hpp.
|
private |
Definition at line 141 of file cycle_group.fuzzer.hpp.
|
private |
Definition at line 131 of file cycle_group.fuzzer.hpp.
|
private |
Definition at line 137 of file cycle_group.fuzzer.hpp.
|
private |
Definition at line 135 of file cycle_group.fuzzer.hpp.
|
private |
Definition at line 136 of file cycle_group.fuzzer.hpp.
| typedef std::vector<ExecutionHandler> CycleGroupBase< Builder >::ExecutionState |
For cycle group execution state is just a vector of ExecutionHandler objects
Definition at line 1562 of file cycle_group.fuzzer.hpp.
|
private |
Definition at line 132 of file cycle_group.fuzzer.hpp.
|
private |
Definition at line 138 of file cycle_group.fuzzer.hpp.
|
private |
Definition at line 134 of file cycle_group.fuzzer.hpp.
|
private |
Definition at line 140 of file cycle_group.fuzzer.hpp.
|
private |
Definition at line 133 of file cycle_group.fuzzer.hpp.
|
inlinestatic |
Check that the resulting values are equal to expected.
| Builder |
| builder | |
| stack |
Definition at line 1573 of file cycle_group.fuzzer.hpp.