Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <client_ivc.hpp>
Public Member Functions | |
MSGPACK_FIELDS (mega, eccvm, translator) | |
Public Attributes | |
std::shared_ptr< MegaVerificationKey > | mega |
std::shared_ptr< ECCVMVerificationKey > | eccvm |
std::shared_ptr< TranslatorVerificationKey > | translator |
Definition at line 167 of file client_ivc.hpp.
bb::ClientIVC::VerificationKey::MSGPACK_FIELDS | ( | mega | , |
eccvm | , | ||
translator | |||
) |
std::shared_ptr<ECCVMVerificationKey> bb::ClientIVC::VerificationKey::eccvm |
Definition at line 169 of file client_ivc.hpp.
std::shared_ptr<MegaVerificationKey> bb::ClientIVC::VerificationKey::mega |
Definition at line 168 of file client_ivc.hpp.
std::shared_ptr<TranslatorVerificationKey> bb::ClientIVC::VerificationKey::translator |
Definition at line 170 of file client_ivc.hpp.