|
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 425 of file flavor.hpp.
| using bb::VKAndHash_< FF, VerificationKey >::Builder = VerificationKey::Builder |
Definition at line 427 of file flavor.hpp.
| using bb::VKAndHash_< FF, VerificationKey >::NativeVerificationKey = VerificationKey::NativeVerificationKey |
Definition at line 428 of file flavor.hpp.
|
default |
|
inline |
Definition at line 431 of file flavor.hpp.
|
inline |
Definition at line 436 of file flavor.hpp.
|
inline |
Definition at line 441 of file flavor.hpp.
| FF bb::VKAndHash_< FF, VerificationKey >::hash |
Definition at line 446 of file flavor.hpp.
| std::shared_ptr<VerificationKey> bb::VKAndHash_< FF, VerificationKey >::vk |
Definition at line 445 of file flavor.hpp.