|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <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 235 of file client_ivc.hpp.
| std::shared_ptr<MegaVerificationKey> bb::ClientIVC::VerifierInputs::honk_vk |
Definition at line 237 of file client_ivc.hpp.
| bool bb::ClientIVC::VerifierInputs::is_kernel = false |
Definition at line 239 of file client_ivc.hpp.
| std::vector<FF> bb::ClientIVC::VerifierInputs::proof |
Definition at line 236 of file client_ivc.hpp.
| QUEUE_TYPE bb::ClientIVC::VerifierInputs::type |
Definition at line 238 of file client_ivc.hpp.