Barretenberg
The ZK-SNARK library at the core of Aztec
|
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< Commitment > | get_all () |
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.
Definition at line 21 of file translator_fixed_vk.hpp.
|
inlinestatic |
Definition at line 24 of file translator_fixed_vk.hpp.