Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::PublicKeysHint Struct Reference

#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
 

Detailed Description

Definition at line 116 of file avm_io.hpp.

Member Function Documentation

◆ MSGPACK_CAMEL_CASE_FIELDS()

◆ operator==()

bool bb::avm2::PublicKeysHint::operator== ( const PublicKeysHint other) const
default

Member Data Documentation

◆ master_incoming_viewing_public_key

AffinePoint bb::avm2::PublicKeysHint::master_incoming_viewing_public_key

Definition at line 118 of file avm_io.hpp.

◆ master_nullifier_public_key

AffinePoint bb::avm2::PublicKeysHint::master_nullifier_public_key

Definition at line 117 of file avm_io.hpp.

◆ master_outgoing_viewing_public_key

AffinePoint bb::avm2::PublicKeysHint::master_outgoing_viewing_public_key

Definition at line 119 of file avm_io.hpp.

◆ master_tagging_public_key

AffinePoint bb::avm2::PublicKeysHint::master_tagging_public_key

Definition at line 120 of file avm_io.hpp.


The documentation for this struct was generated from the following file: