Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::BatchedHonkTranslatorVerifier_< Curve >::OinkResult Struct Reference

Result of Phase 1 (MegaZK Oink verification). More...

#include <batched_honk_translator_verifier.hpp>

Public Attributes

std::vector< FFpublic_inputs
 
Commitment calldata_commitment
 
std::array< Commitment, MegaZKFlavorT::NUM_WIRES > ecc_op_wires
 

Detailed Description

template<typename Curve>
struct bb::BatchedHonkTranslatorVerifier_< Curve >::OinkResult

Result of Phase 1 (MegaZK Oink verification).

Contains the data that callers need between Phase 1 and Phase 2.

Definition at line 100 of file batched_honk_translator_verifier.hpp.

Member Data Documentation

◆ calldata_commitment

template<typename Curve >
Commitment bb::BatchedHonkTranslatorVerifier_< Curve >::OinkResult::calldata_commitment

Definition at line 102 of file batched_honk_translator_verifier.hpp.

◆ ecc_op_wires

template<typename Curve >
std::array<Commitment, MegaZKFlavorT::NUM_WIRES> bb::BatchedHonkTranslatorVerifier_< Curve >::OinkResult::ecc_op_wires

Definition at line 103 of file batched_honk_translator_verifier.hpp.

◆ public_inputs

template<typename Curve >
std::vector<FF> bb::BatchedHonkTranslatorVerifier_< Curve >::OinkResult::public_inputs

Definition at line 101 of file batched_honk_translator_verifier.hpp.


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