|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Public Member Functions | |
| void | print () const |
| void | to_buffer (uint8_t *buffer) const |
| bool | is_error () const |
Static Public Member Functions | |
| static EmitUnencryptedLogFuzzerInput | from_buffer (const uint8_t *buffer) |
Public Attributes | |
| AztecAddress | contract_address |
| MemoryAddress | log_offset = 1 |
| uint32_t | log_size = 0 |
| uint64_t | selection_encoding = 0 |
| bool | is_static = false |
| bool | tag_mismatch |
| std::array< FF, default_log_fields > | init_log_values {} |
Definition at line 41 of file emit_unencrypted_log.fuzzer.cpp.
|
inlinestatic |
Definition at line 83 of file emit_unencrypted_log.fuzzer.cpp.
|
inline |
Definition at line 104 of file emit_unencrypted_log.fuzzer.cpp.
|
inline |
Definition at line 52 of file emit_unencrypted_log.fuzzer.cpp.
|
inline |
Definition at line 65 of file emit_unencrypted_log.fuzzer.cpp.
| AztecAddress EmitUnencryptedLogFuzzerInput::contract_address |
Definition at line 42 of file emit_unencrypted_log.fuzzer.cpp.
| std::array<FF, default_log_fields> EmitUnencryptedLogFuzzerInput::init_log_values {} |
Definition at line 50 of file emit_unencrypted_log.fuzzer.cpp.
| bool EmitUnencryptedLogFuzzerInput::is_static = false |
Definition at line 46 of file emit_unencrypted_log.fuzzer.cpp.
| MemoryAddress EmitUnencryptedLogFuzzerInput::log_offset = 1 |
Definition at line 43 of file emit_unencrypted_log.fuzzer.cpp.
| uint32_t EmitUnencryptedLogFuzzerInput::log_size = 0 |
Definition at line 44 of file emit_unencrypted_log.fuzzer.cpp.
| uint64_t EmitUnencryptedLogFuzzerInput::selection_encoding = 0 |
Definition at line 45 of file emit_unencrypted_log.fuzzer.cpp.
| bool EmitUnencryptedLogFuzzerInput::tag_mismatch |
Definition at line 47 of file emit_unencrypted_log.fuzzer.cpp.