|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Codec constants computed from Flavor types. More...
#include <proof_length.hpp>
Public Types | |
| using | Codec = typename Flavor::Codec |
| using | Commitment = typename Flavor::Commitment |
| using | FF = typename Flavor::FF |
Static Public Attributes | |
| 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>() |
Codec constants computed from Flavor types.
Uses Flavor::Codec to compute serialization sizes. All flavors define Codec:
Definition at line 23 of file proof_length.hpp.
| using bb::ProofLength::CodecConstants< Flavor >::Codec = typename Flavor::Codec |
Definition at line 24 of file proof_length.hpp.
| using bb::ProofLength::CodecConstants< Flavor >::Commitment = typename Flavor::Commitment |
Definition at line 25 of file proof_length.hpp.
| using bb::ProofLength::CodecConstants< Flavor >::FF = typename Flavor::FF |
Definition at line 26 of file proof_length.hpp.
|
staticconstexpr |
Definition at line 28 of file proof_length.hpp.
|
staticconstexpr |
Definition at line 29 of file proof_length.hpp.