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

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

#include <eccvm_fixed_vk.hpp>

Public Types

using Commitment = curve::Grumpkin::AffineElement
 

Static Public Member Functions

static constexpr std::vector< Commitmentget_all ()
 

Detailed Description

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

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

Definition at line 21 of file eccvm_fixed_vk.hpp.

Member Typedef Documentation

◆ Commitment

Member Function Documentation

◆ get_all()

static constexpr std::vector< Commitment > bb::ECCVMFixedVKCommitments::get_all ( )
inlinestaticconstexpr

Definition at line 25 of file eccvm_fixed_vk.hpp.


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