|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <sumcheck_client_ivc.hpp>
Public Attributes | |
| std::vector< FF > | proof |
| std::shared_ptr< MegaVerificationKey > | honk_vk |
| QUEUE_TYPE | type |
| bool | is_kernel = false |
Definition at line 580 of file sumcheck_client_ivc.hpp.
| std::shared_ptr<MegaVerificationKey> bb::SumcheckClientIVC::VerifierInputs::honk_vk |
Definition at line 582 of file sumcheck_client_ivc.hpp.
| bool bb::SumcheckClientIVC::VerifierInputs::is_kernel = false |
Definition at line 584 of file sumcheck_client_ivc.hpp.
| std::vector<FF> bb::SumcheckClientIVC::VerifierInputs::proof |
Definition at line 581 of file sumcheck_client_ivc.hpp.
| QUEUE_TYPE bb::SumcheckClientIVC::VerifierInputs::type |
Definition at line 583 of file sumcheck_client_ivc.hpp.