|
barretenberg
|
The class parametrizing Field fuzzing instructions, execution, etc. More...
#include <field.fuzzer.hpp>
Classes | |
| class | ArgSizes |
| class | ExecutionHandler |
| This class implements the execution of safeuint with an oracle to detect discrepancies. More... | |
| class | Instruction |
| A class representing a single fuzzing instruction. More... | |
| 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< FieldBase::ExecutionHandler > &stack) |
| Check that the resulting values are equal to expected. | |
The class parametrizing Field fuzzing instructions, execution, etc.
| typedef std::vector<ExecutionHandler> FieldBase< Builder >::ExecutionState |
For field execution state is just a vector of ExecutionHandler objects
|
inlinestatic |
Check that the resulting values are equal to expected.
| Builder |
| builder | |
| stack |