|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
MultilinearBatching proof layout (used by HyperNova folding). More...
#include <proof_length.hpp>
Static Public Attributes | |
| static constexpr size_t | LENGTH |
Static Public Attributes inherited from bb::ProofLength::CodecConstants< Flavor > | |
| static constexpr size_t | num_frs_in_comm = Codec::template calc_num_fields<Commitment>() |
| static constexpr size_t | num_frs_in_scalar = Codec::template calc_num_fields<FF>() |
Additional Inherited Members | |
Public Types inherited from bb::ProofLength::CodecConstants< Flavor > | |
| using | Codec = typename Flavor::Codec |
| using | Commitment = typename Flavor::Commitment |
| using | FF = typename Flavor::FF |
MultilinearBatching proof layout (used by HyperNova folding).
Batches two accumulators (from previous fold + incoming instance) into one. Contains: accumulator commitments, multivariate challenges, evaluations, and sumcheck. Note: This protocol has no public inputs.
Definition at line 156 of file proof_length.hpp.
|
staticconstexpr |
Definition at line 160 of file proof_length.hpp.