|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <mega_execution_trace.hpp>
Public Types | |
| using | FF = fr |
Public Member Functions | |
| MegaExecutionTraceBlocks ()=default | |
| void | compute_offsets (size_t trace_offset) |
| void | summarize () const |
| size_t | get_total_content_size () |
| size_t | get_total_size () const |
| bool | operator== (const MegaExecutionTraceBlocks &other) const =default |
Public Member Functions inherited from bb::MegaTraceBlockData | |
| std::vector< std::string_view > | get_labels () const |
| auto | get () |
| auto | get () const |
| auto | get_gate_blocks () const |
| bool | operator== (const MegaTraceBlockData &other) const =default |
Static Public Attributes | |
| static constexpr size_t | NUM_WIRES = MegaTraceBlock::NUM_WIRES |
Static Public Attributes inherited from bb::MegaTraceBlockData | |
| static constexpr size_t | NUM_BLOCKS = 11 |
Additional Inherited Members | |
Public Attributes inherited from bb::MegaTraceBlockData | |
| MegaTraceBlock | ecc_op {} |
| MegaTraceBlock | busread { GateKind::BusRead } |
| MegaTraceBlock | lookup { GateKind::Lookup } |
| MegaTraceBlock | pub_inputs {} |
| MegaTraceBlock | arithmetic { GateKind::Arith } |
| MegaTraceBlock | delta_range { GateKind::DeltaRange } |
| MegaTraceBlock | elliptic { GateKind::Elliptic } |
| MegaTraceBlock | memory { GateKind::Memory } |
| MegaTraceBlock | nnf { GateKind::Nnf } |
| MegaTraceBlock | poseidon2_external { GateKind::Poseidon2Ext, GateKind::Poseidon2ExtInitial } |
| MegaTraceBlock | poseidon2_quad_internal |
Definition at line 122 of file mega_execution_trace.hpp.
Definition at line 126 of file mega_execution_trace.hpp.
|
default |
Definition at line 130 of file mega_execution_trace.hpp.
|
inline |
Definition at line 158 of file mega_execution_trace.hpp.
|
inline |
Definition at line 167 of file mega_execution_trace.hpp.
|
default |
|
inline |
Definition at line 139 of file mega_execution_trace.hpp.
|
staticconstexpr |
Definition at line 124 of file mega_execution_trace.hpp.