|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <avm_inputs.hpp>
Public Member Functions | |
| bool | operator== (const AvmProvingInputs &other) const =default |
| MSGPACK_FIELDS (publicInputs, hints) | |
Static Public Member Functions | |
| static AvmProvingInputs | from (const std::vector< uint8_t > &data) |
Public Attributes | |
| PublicInputs | publicInputs |
| ExecutionHints | hints |
Definition at line 382 of file avm_inputs.hpp.
|
static |
Definition at line 122 of file avm_inputs.cpp.
| bb::avm2::AvmProvingInputs::MSGPACK_FIELDS | ( | publicInputs | , |
| hints | |||
| ) |
|
default |
| ExecutionHints bb::avm2::AvmProvingInputs::hints |
Definition at line 384 of file avm_inputs.hpp.
| PublicInputs bb::avm2::AvmProvingInputs::publicInputs |
Definition at line 383 of file avm_inputs.hpp.