Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <client_ivc.hpp>
Public Attributes | |
StdlibProof | proof |
std::shared_ptr< RecursiveVKAndHash > | honk_vk_and_hash |
QUEUE_TYPE | type |
bool | is_kernel = false |
Definition at line 194 of file client_ivc.hpp.
std::shared_ptr<RecursiveVKAndHash> bb::ClientIVC::StdlibVerifierInputs::honk_vk_and_hash |
Definition at line 196 of file client_ivc.hpp.
bool bb::ClientIVC::StdlibVerifierInputs::is_kernel = false |
Definition at line 198 of file client_ivc.hpp.
StdlibProof bb::ClientIVC::StdlibVerifierInputs::proof |
Definition at line 195 of file client_ivc.hpp.
QUEUE_TYPE bb::ClientIVC::StdlibVerifierInputs::type |
Definition at line 197 of file client_ivc.hpp.