Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <flavor.hpp>
Public Types | |
using | Builder = VerificationKey::Builder |
using | NativeVerificationKey = VerificationKey::NativeVerificationKey |
Public Member Functions | |
VKAndHash_ ()=default | |
VKAndHash_ (const std::shared_ptr< VerificationKey > &vk) | |
VKAndHash_ (const std::shared_ptr< VerificationKey > &vk, const FF &hash) | |
VKAndHash_ (Builder &builder, const std::shared_ptr< NativeVerificationKey > &native_vk) | |
Public Attributes | |
std::shared_ptr< VerificationKey > | vk |
FF | hash |
Definition at line 324 of file flavor.hpp.
using bb::VKAndHash_< FF, VerificationKey >::Builder = VerificationKey::Builder |
Definition at line 326 of file flavor.hpp.
using bb::VKAndHash_< FF, VerificationKey >::NativeVerificationKey = VerificationKey::NativeVerificationKey |
Definition at line 327 of file flavor.hpp.
|
default |
|
inline |
Definition at line 330 of file flavor.hpp.
|
inline |
Definition at line 335 of file flavor.hpp.
|
inline |
Definition at line 340 of file flavor.hpp.
FF bb::VKAndHash_< FF, VerificationKey >::hash |
Definition at line 345 of file flavor.hpp.
std::shared_ptr<VerificationKey> bb::VKAndHash_< FF, VerificationKey >::vk |
Definition at line 344 of file flavor.hpp.