Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::TranslatorFlavor::ProvingKey Class Reference

The proving key is responsible for storing the polynomials used by the prover. More...

#include <translator_flavor.hpp>

Public Member Functions

 ProvingKey ()=default
 

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
 

Detailed Description

The proving key is responsible for storing the polynomials used by the prover.

Definition at line 1120 of file translator_flavor.hpp.

Constructor & Destructor Documentation

◆ ProvingKey()

bb::TranslatorFlavor::ProvingKey::ProvingKey ( )
default

Member Data Documentation

◆ circuit_size

size_t bb::TranslatorFlavor::ProvingKey::circuit_size = 1UL << CONST_TRANSLATOR_LOG_N

Definition at line 1122 of file translator_flavor.hpp.

◆ commitment_key

CommitmentKey bb::TranslatorFlavor::ProvingKey::commitment_key

Definition at line 1126 of file translator_flavor.hpp.

◆ log_circuit_size

size_t bb::TranslatorFlavor::ProvingKey::log_circuit_size = CONST_TRANSLATOR_LOG_N

Definition at line 1123 of file translator_flavor.hpp.

◆ polynomials

ProverPolynomials bb::TranslatorFlavor::ProvingKey::polynomials

Definition at line 1125 of file translator_flavor.hpp.


The documentation for this class was generated from the following file: