|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <avm_io.hpp>
Public Member Functions | |
| bool | operator== (const BytecodeCommitmentHint &other) const =default |
| MSGPACK_CAMEL_CASE_FIELDS (hint_key, class_id, commitment) | |
Public Attributes | |
| uint32_t | hint_key |
| FF | class_id |
| FF | commitment |
Definition at line 164 of file avm_io.hpp.
| bb::avm2::BytecodeCommitmentHint::MSGPACK_CAMEL_CASE_FIELDS | ( | hint_key | , |
| class_id | , | ||
| commitment | |||
| ) |
|
default |
| FF bb::avm2::BytecodeCommitmentHint::class_id |
Definition at line 166 of file avm_io.hpp.
| FF bb::avm2::BytecodeCommitmentHint::commitment |
Definition at line 167 of file avm_io.hpp.
| uint32_t bb::avm2::BytecodeCommitmentHint::hint_key |
Definition at line 165 of file avm_io.hpp.