|
| auto | get_wires () |
| |
| auto | get_ecc_op_wires () |
| |
| template<size_t bus_idx> |
| auto | databus_entities_for_bus () |
| |
| template<size_t bus_idx> |
| auto | databus_inverse_for_bus () |
| |
| auto | get_databus_entities () |
| |
| auto | get_databus_inverses () |
| |
| auto | get_to_be_shifted () |
| |
| | DEFINE_FLAVOR_MEMBERS (DataType, w_l, w_r, w_o, w_4) |
| |
| | 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, kernel_calldata, kernel_calldata_read_counts, kernel_calldata_inverses, first_app_calldata, first_app_calldata_read_counts, first_app_calldata_inverses, second_app_calldata, second_app_calldata_read_counts, second_app_calldata_inverses, third_app_calldata, third_app_calldata_read_counts, third_app_calldata_inverses, return_data, return_data_read_counts, return_data_inverses) |
| |
| auto | get_to_be_shifted () |
| |
template<typename DataType>
class bb::MegaFlavor::WitnessEntities_< DataType >
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 228 of file mega_flavor.hpp.