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

#include <aztec_types.hpp>

Public Member Functions

std::vector< FFto_fields () const
 
bool operator== (const PublicKeys &other) const =default
 
void msgpack (auto pack_fn)
 

Public Attributes

FF nullifier_key_hash
 
AffinePoint incoming_viewing_key
 
FF outgoing_viewing_key_hash
 
FF tagging_key_hash
 
FF message_signing_key_hash
 
FF fallback_key_hash
 

Detailed Description

Definition at line 90 of file aztec_types.hpp.

Member Function Documentation

◆ msgpack()

void bb::avm2::PublicKeys::msgpack ( auto  pack_fn)
inline

Definition at line 108 of file aztec_types.hpp.

◆ operator==()

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

◆ to_fields()

std::vector< FF > bb::avm2::PublicKeys::to_fields ( ) const
inline

Definition at line 98 of file aztec_types.hpp.

Member Data Documentation

◆ fallback_key_hash

FF bb::avm2::PublicKeys::fallback_key_hash

Definition at line 96 of file aztec_types.hpp.

◆ incoming_viewing_key

AffinePoint bb::avm2::PublicKeys::incoming_viewing_key

Definition at line 92 of file aztec_types.hpp.

◆ message_signing_key_hash

FF bb::avm2::PublicKeys::message_signing_key_hash

Definition at line 95 of file aztec_types.hpp.

◆ nullifier_key_hash

FF bb::avm2::PublicKeys::nullifier_key_hash

Definition at line 91 of file aztec_types.hpp.

◆ outgoing_viewing_key_hash

FF bb::avm2::PublicKeys::outgoing_viewing_key_hash

Definition at line 93 of file aztec_types.hpp.

◆ tagging_key_hash

FF bb::avm2::PublicKeys::tagging_key_hash

Definition at line 94 of file aztec_types.hpp.


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