Barretenberg
The ZK-SNARK library at the core of Aztec
|
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< Commitment > | get_all () |
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.
Definition at line 23 of file eccvm_fixed_vk.hpp.
|
inlinestaticconstexpr |
Definition at line 25 of file eccvm_fixed_vk.hpp.