|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Container for all witness polynomials used/constructed by the prover. More...
#include <mega_flavor.hpp>
Public Member Functions | |
| auto | get_wires () |
| auto | get_ecc_op_wires () |
| auto | get_databus_entities () |
| auto | get_databus_inverses () |
| auto | get_to_be_shifted () |
Public Member Functions inherited from bb::MegaFlavor::WireEntities< DataType > | |
| DEFINE_FLAVOR_MEMBERS (DataType, w_l, w_r, w_o, w_4) | |
Public Member Functions inherited from bb::MegaFlavor::DerivedEntities< DataType > | |
| DEFINE_FLAVOR_MEMBERS (DataType, z_perm, lookup_inverses, lookup_read_counts, lookup_read_tags, ecc_op_wire_1, ecc_op_wire_2, ecc_op_wire_3, ecc_op_wire_4, calldata, calldata_read_counts, calldata_read_tags, calldata_inverses, secondary_calldata, secondary_calldata_read_counts, secondary_calldata_read_tags, secondary_calldata_inverses, return_data, return_data_read_counts, return_data_read_tags, return_data_inverses) | |
| auto | get_to_be_shifted () |
Container for all witness polynomials used/constructed by the prover.
Shifts are not included here since they do not occupy their own memory. Combines WireEntities + DerivedEntities. ZK entities are added separately in AllEntities_.
Definition at line 276 of file mega_flavor.hpp.
|
inline |
Definition at line 285 of file mega_flavor.hpp.
|
inline |
Definition at line 294 of file mega_flavor.hpp.
|
inline |
Definition at line 281 of file mega_flavor.hpp.
|
inline |
Definition at line 302 of file mega_flavor.hpp.
|
inline |
Definition at line 280 of file mega_flavor.hpp.