|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <mega_avm_recursive_flavor.hpp>
Public Types | |
| using | Base = MegaAvmFlavor::AllEntities< FF > |
Public Types inherited from bb::MegaAVMFlavor_Generated::AllEntities< DataType > | |
| using | EntityId = MegaAVMFlavor_Generated::EntityId |
Additional Inherited Members | |
Public Member Functions inherited from bb::MegaAVMFlavor_Generated::AllEntities< DataType > | |
| DataType & | operator[] (EntityId id) |
| const DataType & | operator[] (EntityId id) const |
| std::span< DataType, NUM_ALL_ENTITIES > | get_all () |
| std::span< const DataType, NUM_ALL_ENTITIES > | get_all () const |
| DataType & | q_m () |
| const DataType & | q_m () const |
| DataType & | q_l () |
| const DataType & | q_l () const |
| DataType & | q_r () |
| const DataType & | q_r () const |
| DataType & | q_o () |
| const DataType & | q_o () const |
| DataType & | q_4 () |
| const DataType & | q_4 () const |
| DataType & | q_c () |
| const DataType & | q_c () const |
| DataType & | q_arith () |
| const DataType & | q_arith () const |
| DataType & | sigma_1 () |
| const DataType & | sigma_1 () const |
| DataType & | sigma_2 () |
| const DataType & | sigma_2 () const |
| DataType & | sigma_3 () |
| const DataType & | sigma_3 () const |
| DataType & | sigma_4 () |
| const DataType & | sigma_4 () const |
| DataType & | id_1 () |
| const DataType & | id_1 () const |
| DataType & | id_2 () |
| const DataType & | id_2 () const |
| DataType & | id_3 () |
| const DataType & | id_3 () const |
| DataType & | id_4 () |
| const DataType & | id_4 () const |
| DataType & | lagrange_first () |
| const DataType & | lagrange_first () const |
| DataType & | lagrange_last () |
| const DataType & | lagrange_last () const |
| DataType & | q_delta_range () |
| const DataType & | q_delta_range () const |
| DataType & | lagrange_ecc_op () |
| const DataType & | lagrange_ecc_op () const |
| DataType & | q_poseidon2_external () |
| const DataType & | q_poseidon2_external () const |
| DataType & | q_poseidon2_external_initial () |
| const DataType & | q_poseidon2_external_initial () const |
| DataType & | q_poseidon2_quad_internal () |
| const DataType & | q_poseidon2_quad_internal () const |
| DataType & | q_5 () |
| const DataType & | q_5 () const |
| DataType & | q_poseidon2_quad_internal_terminal () |
| const DataType & | q_poseidon2_quad_internal_terminal () const |
| DataType & | q_poseidon2_transition_entry () |
| const DataType & | q_poseidon2_transition_entry () const |
| DataType & | w_l () |
| const DataType & | w_l () const |
| DataType & | w_r () |
| const DataType & | w_r () const |
| DataType & | w_o () |
| const DataType & | w_o () const |
| DataType & | w_4 () |
| const DataType & | w_4 () const |
| DataType & | z_perm () |
| const DataType & | z_perm () const |
| DataType & | ecc_op_wire_1 () |
| const DataType & | ecc_op_wire_1 () const |
| DataType & | ecc_op_wire_2 () |
| const DataType & | ecc_op_wire_2 () const |
| DataType & | ecc_op_wire_3 () |
| const DataType & | ecc_op_wire_3 () const |
| DataType & | ecc_op_wire_4 () |
| const DataType & | ecc_op_wire_4 () const |
| DataType & | w_l_shift () |
| const DataType & | w_l_shift () const |
| DataType & | w_r_shift () |
| const DataType & | w_r_shift () const |
| DataType & | w_o_shift () |
| const DataType & | w_o_shift () const |
| DataType & | w_4_shift () |
| const DataType & | w_4_shift () const |
| DataType & | z_perm_shift () |
| const DataType & | z_perm_shift () const |
| std::span< DataType, NUM_UNSHIFTED_ENTITIES > | get_unshifted () |
| std::span< const DataType, NUM_UNSHIFTED_ENTITIES > | get_unshifted () const |
| std::span< DataType, NUM_PRECOMPUTED_ENTITIES > | get_precomputed () |
| std::span< const DataType, NUM_PRECOMPUTED_ENTITIES > | get_precomputed () const |
| std::span< DataType, NUM_WITNESS_ENTITIES > | get_witness () |
| std::span< const DataType, NUM_WITNESS_ENTITIES > | get_witness () const |
| std::span< DataType, NUM_SHIFTED_ENTITIES > | get_to_be_shifted () |
| std::span< const DataType, NUM_SHIFTED_ENTITIES > | get_to_be_shifted () const |
| std::span< DataType, NUM_SHIFTED_ENTITIES > | get_shifted () |
| std::span< const DataType, NUM_SHIFTED_ENTITIES > | get_shifted () const |
| RefArray< DataType, 4 > | get_wires () |
| RefArray< const DataType, 4 > | get_wires () const |
| RefArray< DataType, 7 > | get_non_gate_selectors () |
| RefArray< const DataType, 7 > | get_non_gate_selectors () const |
| RefArray< DataType, 7 > | get_gate_selectors () |
| RefArray< const DataType, 7 > | get_gate_selectors () const |
| RefArray< DataType, 4 > | get_sigmas () |
| RefArray< const DataType, 4 > | get_sigmas () const |
| RefArray< DataType, 4 > | get_ids () |
| RefArray< const DataType, 4 > | get_ids () const |
| RefArray< DataType, 4 > | get_ecc_op_wires () |
| RefArray< const DataType, 4 > | get_ecc_op_wires () const |
| auto | get_selectors () |
| auto | get_selectors () const |
Static Public Member Functions inherited from bb::MegaAVMFlavor_Generated::AllEntities< DataType > | |
| static const std::vector< std::string > & | get_labels () |
Public Attributes inherited from bb::MegaAVMFlavor_Generated::AllEntities< DataType > | |
| std::array< DataType, NUM_ALL_ENTITIES > | data {} |
Definition at line 69 of file mega_avm_recursive_flavor.hpp.
| using bb::MegaAvmRecursiveFlavor_< BuilderType >::AllValues::Base = MegaAvmFlavor::AllEntities<FF> |
Definition at line 71 of file mega_avm_recursive_flavor.hpp.