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
 

Public Attributes

AffinePoint nullifier_key
 
AffinePoint incoming_viewing_key
 
AffinePoint outgoing_viewing_key
 
AffinePoint tagging_key
 

Detailed Description

Definition at line 67 of file aztec_types.hpp.

Member Function Documentation

◆ 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 73 of file aztec_types.hpp.

Member Data Documentation

◆ incoming_viewing_key

AffinePoint bb::avm2::PublicKeys::incoming_viewing_key

Definition at line 69 of file aztec_types.hpp.

◆ nullifier_key

AffinePoint bb::avm2::PublicKeys::nullifier_key

Definition at line 68 of file aztec_types.hpp.

◆ outgoing_viewing_key

AffinePoint bb::avm2::PublicKeys::outgoing_viewing_key

Definition at line 70 of file aztec_types.hpp.

◆ tagging_key

AffinePoint bb::avm2::PublicKeys::tagging_key

Definition at line 71 of file aztec_types.hpp.


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