|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
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 |
Data passed from ECCVM Verifier to Translator Verifier for verification.
| FF | The field type (either bb::fq or bigfield) |
Definition at line 38 of file translation_evaluations.hpp.
| bb::TranslatorInputData_< FF >::MSGPACK_FIELDS | ( | evaluation_challenge_x | , |
| batching_challenge_v | , | ||
| accumulated_result | |||
| ) |
| FF bb::TranslatorInputData_< FF >::accumulated_result |
Definition at line 41 of file translation_evaluations.hpp.
| FF bb::TranslatorInputData_< FF >::batching_challenge_v |
Definition at line 40 of file translation_evaluations.hpp.
| FF bb::TranslatorInputData_< FF >::evaluation_challenge_x |
Definition at line 39 of file translation_evaluations.hpp.