Barretenberg
The ZK-SNARK library at the core of Aztec
|
The class parametrizing SafeUint fuzzing instructions, execution, etc. More...
#include <safe_uint.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 |
Private Types | |
using | bool_t = bb::stdlib::bool_t< Builder > |
using | field_t = bb::stdlib::field_t< Builder > |
using | suint_t = bb::stdlib::safe_uint_t< Builder > |
using | witness_t = bb::stdlib::witness_t< Builder > |
using | public_witness_t = bb::stdlib::public_witness_t< Builder > |
The class parametrizing SafeUint fuzzing instructions, execution, etc.
Definition at line 117 of file safe_uint.fuzzer.hpp.
|
private |
Definition at line 119 of file safe_uint.fuzzer.hpp.
typedef std::vector<ExecutionHandler> SafeUintFuzzBase< Builder >::ExecutionState |
Definition at line 1311 of file safe_uint.fuzzer.hpp.
|
private |
Definition at line 120 of file safe_uint.fuzzer.hpp.
|
private |
Definition at line 123 of file safe_uint.fuzzer.hpp.
|
private |
Definition at line 121 of file safe_uint.fuzzer.hpp.
|
private |
Definition at line 122 of file safe_uint.fuzzer.hpp.