Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <translator_circuit_checker.hpp>
Public Attributes | |
std::array< Fr, NUM_BINARY_LIMBS > | x_limbs |
std::array< Fr, NUM_BINARY_LIMBS > | v_limbs |
std::array< Fr, NUM_BINARY_LIMBS > | v_squared_limbs = { 0 } |
std::array< Fr, NUM_BINARY_LIMBS > | v_cubed_limbs = { 0 } |
std::array< Fr, NUM_BINARY_LIMBS > | v_quarted_limbs = { 0 } |
Definition at line 16 of file translator_circuit_checker.hpp.
std::array<Fr, NUM_BINARY_LIMBS> bb::TranslatorCircuitChecker::RelationInputs::v_cubed_limbs = { 0 } |
Definition at line 20 of file translator_circuit_checker.hpp.
std::array<Fr, NUM_BINARY_LIMBS> bb::TranslatorCircuitChecker::RelationInputs::v_limbs |
Definition at line 18 of file translator_circuit_checker.hpp.
std::array<Fr, NUM_BINARY_LIMBS> bb::TranslatorCircuitChecker::RelationInputs::v_quarted_limbs = { 0 } |
Definition at line 21 of file translator_circuit_checker.hpp.
std::array<Fr, NUM_BINARY_LIMBS> bb::TranslatorCircuitChecker::RelationInputs::v_squared_limbs = { 0 } |
Definition at line 19 of file translator_circuit_checker.hpp.
std::array<Fr, NUM_BINARY_LIMBS> bb::TranslatorCircuitChecker::RelationInputs::x_limbs |
Definition at line 17 of file translator_circuit_checker.hpp.