|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
The proving key is responsible for storing the polynomials used by the prover. More...
#include <translator_flavor.hpp>
Public Member Functions | |
| ProvingKey (const CommitmentKey &commitment_key=CommitmentKey()) | |
Public Attributes | |
| size_t | circuit_size = 1UL << CONST_TRANSLATOR_LOG_N |
| size_t | log_circuit_size = CONST_TRANSLATOR_LOG_N |
| ProverPolynomials | polynomials |
| CommitmentKey | commitment_key = CommitmentKey() |
The proving key is responsible for storing the polynomials used by the prover.
Definition at line 756 of file translator_flavor.hpp.
|
inline |
Definition at line 764 of file translator_flavor.hpp.
| size_t bb::TranslatorFlavor::ProvingKey::circuit_size = 1UL << CONST_TRANSLATOR_LOG_N |
Definition at line 758 of file translator_flavor.hpp.
| CommitmentKey bb::TranslatorFlavor::ProvingKey::commitment_key = CommitmentKey() |
Definition at line 762 of file translator_flavor.hpp.
| size_t bb::TranslatorFlavor::ProvingKey::log_circuit_size = CONST_TRANSLATOR_LOG_N |
Definition at line 759 of file translator_flavor.hpp.
| ProverPolynomials bb::TranslatorFlavor::ProvingKey::polynomials |
Definition at line 761 of file translator_flavor.hpp.