|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <multilinear_batching_flavor.hpp>
Public Types | |
| using | Base = AllEntities< FF > |
Additional Inherited Members | |
Public Member Functions inherited from bb::MultilinearBatchingFlavor_< NumClaims >::AllEntities< DataType > | |
| DataType & | non_shifted (size_t idx) |
| const DataType & | non_shifted (size_t idx) const |
| DataType & | shifted (size_t idx) |
| const DataType & | shifted (size_t idx) const |
| DataType & | eq (size_t idx) |
| const DataType & | eq (size_t idx) const |
| auto | get_all () |
| auto | get_all () const |
| auto | get_witness () |
| auto | get_witness () const |
Static Public Member Functions inherited from bb::MultilinearBatchingFlavor_< NumClaims >::AllEntities< DataType > | |
| static const std::vector< std::string > & | get_labels () |
| static constexpr std::size_t | size () |
Public Attributes inherited from bb::MultilinearBatchingFlavor_< NumClaims >::AllEntities< DataType > | |
| std::array< DataType, NUM_ALL_ENTITIES > | values |
Definition at line 117 of file multilinear_batching_flavor.hpp.
| using bb::MultilinearBatchingFlavor_< NumClaims >::AllValues::Base = AllEntities<FF> |
Definition at line 119 of file multilinear_batching_flavor.hpp.