|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Result of Phase 1 (MegaZK Oink verification). More...
#include <batched_honk_translator_verifier.hpp>
Public Attributes | |
| std::vector< FF > | public_inputs |
| Commitment | calldata_commitment |
| std::array< Commitment, MegaZKFlavorT::NUM_WIRES > | ecc_op_wires |
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.
| Commitment bb::BatchedHonkTranslatorVerifier_< Curve >::OinkResult::calldata_commitment |
Definition at line 102 of file batched_honk_translator_verifier.hpp.
| std::array<Commitment, MegaZKFlavorT::NUM_WIRES> bb::BatchedHonkTranslatorVerifier_< Curve >::OinkResult::ecc_op_wires |
Definition at line 103 of file batched_honk_translator_verifier.hpp.
| std::vector<FF> bb::BatchedHonkTranslatorVerifier_< Curve >::OinkResult::public_inputs |
Definition at line 101 of file batched_honk_translator_verifier.hpp.