|
barretenberg
|
The class parametrizing ByteArray fuzzing instructions, execution, etc. More...
#include <bit_array.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 | 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< BitArrayFuzzBase::ExecutionHandler > &stack) |
| Check that the resulting values are equal to expected. | |
The class parametrizing ByteArray fuzzing instructions, execution, etc.
|
inlinestatic |
Check that the resulting values are equal to expected.
| Builder |
| builder | |
| stack |