|
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 385 of file flavor.hpp.
| using bb::VKAndHash_< FF, VerificationKey >::Builder = VerificationKey::Builder |
Definition at line 387 of file flavor.hpp.
| using bb::VKAndHash_< FF, VerificationKey >::NativeVerificationKey = VerificationKey::NativeVerificationKey |
Definition at line 388 of file flavor.hpp.
|
default |
|
inline |
Definition at line 391 of file flavor.hpp.
|
inline |
Definition at line 396 of file flavor.hpp.
|
inline |
Definition at line 401 of file flavor.hpp.
| FF bb::VKAndHash_< FF, VerificationKey >::hash |
Definition at line 406 of file flavor.hpp.
| std::shared_ptr<VerificationKey> bb::VKAndHash_< FF, VerificationKey >::vk |
Definition at line 405 of file flavor.hpp.