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 Member Functions

 MSGPACK_FIELDS (evaluation_challenge_x, batching_challenge_v, accumulated_result)
 

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 38 of file translation_evaluations.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

template<typename FF >
bb::TranslatorInputData_< FF >::MSGPACK_FIELDS ( evaluation_challenge_x  ,
batching_challenge_v  ,
accumulated_result   
)

Member Data Documentation

◆ accumulated_result

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

Definition at line 41 of file translation_evaluations.hpp.

◆ batching_challenge_v

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

Definition at line 40 of file translation_evaluations.hpp.

◆ evaluation_challenge_x

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

Definition at line 39 of file translation_evaluations.hpp.


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