|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Container for all witness polynomials used/constructed by the prover. More...
#include <multilinear_batching_flavor.hpp>
Public Member Functions | |
| DEFINE_FLAVOR_MEMBERS (DataType, w_non_shifted_accumulator, w_non_shifted_instance, w_evaluations_accumulator, w_evaluations_instance) | |
| MSGPACK_FIELDS (this->w_non_shifted_accumulator, this->w_non_shifted_instance, this->w_evaluations_accumulator, this->w_evaluations_instance) | |
Public Member Functions inherited from bb::MultilinearBatchingFlavor::WireEntities< DataType > | |
| DEFINE_FLAVOR_MEMBERS (DataType, w_non_shifted_accumulator, w_non_shifted_instance, w_evaluations_accumulator, w_evaluations_instance) | |
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.
Definition at line 90 of file multilinear_batching_flavor.hpp.
| bb::MultilinearBatchingFlavor::WitnessEntities< DataType >::DEFINE_FLAVOR_MEMBERS | ( | DataType | , |
| w_non_shifted_accumulator | , | ||
| w_non_shifted_instance | , | ||
| w_evaluations_accumulator | , | ||
| w_evaluations_instance | |||
| ) |
| bb::MultilinearBatchingFlavor::WitnessEntities< DataType >::MSGPACK_FIELDS | ( | this-> | w_non_shifted_accumulator, |
| this-> | w_non_shifted_instance, | ||
| this-> | w_evaluations_accumulator, | ||
| this-> | w_evaluations_instance | ||
| ) |