|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <aztec_types.hpp>
Public Member Functions | |
| std::vector< FF > | to_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 |
Definition at line 70 of file aztec_types.hpp.
|
default |
|
inline |
Definition at line 76 of file aztec_types.hpp.
| AffinePoint bb::avm2::PublicKeys::incoming_viewing_key |
Definition at line 72 of file aztec_types.hpp.
| AffinePoint bb::avm2::PublicKeys::nullifier_key |
Definition at line 71 of file aztec_types.hpp.
| AffinePoint bb::avm2::PublicKeys::outgoing_viewing_key |
Definition at line 73 of file aztec_types.hpp.
| AffinePoint bb::avm2::PublicKeys::tagging_key |
Definition at line 74 of file aztec_types.hpp.