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

#include <translator_circuit_checker.hpp>

Public Attributes

std::array< Fr, NUM_BINARY_LIMBSx_limbs
 
std::array< Fr, NUM_BINARY_LIMBSv_limbs
 
std::array< Fr, NUM_BINARY_LIMBSv_squared_limbs = { 0 }
 
std::array< Fr, NUM_BINARY_LIMBSv_cubed_limbs = { 0 }
 
std::array< Fr, NUM_BINARY_LIMBSv_quarted_limbs = { 0 }
 

Detailed Description

Definition at line 16 of file translator_circuit_checker.hpp.

Member Data Documentation

◆ v_cubed_limbs

std::array<Fr, NUM_BINARY_LIMBS> bb::TranslatorCircuitChecker::RelationInputs::v_cubed_limbs = { 0 }

Definition at line 20 of file translator_circuit_checker.hpp.

◆ v_limbs

std::array<Fr, NUM_BINARY_LIMBS> bb::TranslatorCircuitChecker::RelationInputs::v_limbs

Definition at line 18 of file translator_circuit_checker.hpp.

◆ v_quarted_limbs

std::array<Fr, NUM_BINARY_LIMBS> bb::TranslatorCircuitChecker::RelationInputs::v_quarted_limbs = { 0 }

Definition at line 21 of file translator_circuit_checker.hpp.

◆ v_squared_limbs

std::array<Fr, NUM_BINARY_LIMBS> bb::TranslatorCircuitChecker::RelationInputs::v_squared_limbs = { 0 }

Definition at line 19 of file translator_circuit_checker.hpp.

◆ x_limbs

std::array<Fr, NUM_BINARY_LIMBS> bb::TranslatorCircuitChecker::RelationInputs::x_limbs

Definition at line 17 of file translator_circuit_checker.hpp.


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