Barretenberg
The ZK-SNARK library at the core of Aztec
|
Container for all witness polynomials used/constructed by the prover. More...
#include <ultra_flavor.hpp>
Public Member Functions | |
DEFINE_FLAVOR_MEMBERS (DataType, w_l, w_r, w_o, w_4, z_perm, lookup_inverses, lookup_read_counts, lookup_read_tags) auto get_wires() | |
auto | get_to_be_shifted () |
MSGPACK_FIELDS (w_l, w_r, w_o, w_4, z_perm, lookup_inverses, lookup_read_counts, lookup_read_tags) | |
Container for all witness polynomials used/constructed by the prover.
Shifts are not included here since they do not occupy their own memory.
Definition at line 204 of file ultra_flavor.hpp.
|
inline |
Definition at line 206 of file ultra_flavor.hpp.
|
inline |
Definition at line 217 of file ultra_flavor.hpp.
bb::UltraFlavor::WitnessEntities< DataType >::MSGPACK_FIELDS | ( | w_l | , |
w_r | , | ||
w_o | , | ||
w_4 | , | ||
z_perm | , | ||
lookup_inverses | , | ||
lookup_read_counts | , | ||
lookup_read_tags | |||
) |