|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <avm_io.hpp>
Public Member Functions | |
| bool | operator== (const PublicKeysHint &other) const =default |
| MSGPACK_CAMEL_CASE_FIELDS (master_nullifier_public_key, master_incoming_viewing_public_key, master_outgoing_viewing_public_key, master_tagging_public_key) | |
Public Attributes | |
| AffinePoint | master_nullifier_public_key |
| AffinePoint | master_incoming_viewing_public_key |
| AffinePoint | master_outgoing_viewing_public_key |
| AffinePoint | master_tagging_public_key |
Definition at line 116 of file avm_io.hpp.
| bb::avm2::PublicKeysHint::MSGPACK_CAMEL_CASE_FIELDS | ( | master_nullifier_public_key | , |
| master_incoming_viewing_public_key | , | ||
| master_outgoing_viewing_public_key | , | ||
| master_tagging_public_key | |||
| ) |
|
default |
| AffinePoint bb::avm2::PublicKeysHint::master_incoming_viewing_public_key |
Definition at line 118 of file avm_io.hpp.
| AffinePoint bb::avm2::PublicKeysHint::master_nullifier_public_key |
Definition at line 117 of file avm_io.hpp.
| AffinePoint bb::avm2::PublicKeysHint::master_outgoing_viewing_public_key |
Definition at line 119 of file avm_io.hpp.
| AffinePoint bb::avm2::PublicKeysHint::master_tagging_public_key |
Definition at line 120 of file avm_io.hpp.