Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::TranslatorFixedVKCommitments Struct Reference

Stores the fixed Translator VK commitments (to precomputed polynomials) that depend only on the circuit size constant CONST_TRANSLATOR_LOG_N. More...

#include <translator_fixed_vk.hpp>

Public Types

using Commitment = curve::BN254::AffineElement
 

Static Public Member Functions

static std::vector< Commitmentget_all ()
 

Detailed Description

Stores the fixed Translator VK commitments (to precomputed polynomials) that depend only on the circuit size constant CONST_TRANSLATOR_LOG_N.

If the constant CONST_TRANSLATOR_LOG_N changes, these commitments must be updated accordingly. Their values can be obtained from the test TranslatorTests::FixedVK.

Definition at line 20 of file translator_fixed_vk.hpp.

Member Typedef Documentation

◆ Commitment

Member Function Documentation

◆ get_all()

static std::vector< Commitment > bb::TranslatorFixedVKCommitments::get_all ( )
inlinestatic

Definition at line 24 of file translator_fixed_vk.hpp.


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