Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::TranslatorInputData_< FF > Struct Template Reference

Data passed from ECCVM Verifier to Translator Verifier for verification. More...

#include <translation_evaluations.hpp>

Public Attributes

FF evaluation_challenge_x
 
FF batching_challenge_v
 
FF accumulated_result
 

Detailed Description

template<typename FF>
struct bb::TranslatorInputData_< FF >

Data passed from ECCVM Verifier to Translator Verifier for verification.

Template Parameters
FFThe field type (either bb::fq or bigfield)

Definition at line 35 of file translation_evaluations.hpp.

Member Data Documentation

◆ accumulated_result

template<typename FF >
FF bb::TranslatorInputData_< FF >::accumulated_result

Definition at line 38 of file translation_evaluations.hpp.

◆ batching_challenge_v

template<typename FF >
FF bb::TranslatorInputData_< FF >::batching_challenge_v

Definition at line 37 of file translation_evaluations.hpp.

◆ evaluation_challenge_x

template<typename FF >
FF bb::TranslatorInputData_< FF >::evaluation_challenge_x

Definition at line 36 of file translation_evaluations.hpp.


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