|
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 |
| void | msgpack (auto pack_fn) |
Public Attributes | |
| AffinePoint | nullifier_key |
| AffinePoint | incoming_viewing_key |
| AffinePoint | outgoing_viewing_key |
| AffinePoint | tagging_key |
Definition at line 87 of file aztec_types.hpp.
|
inline |
Definition at line 103 of file aztec_types.hpp.
|
default |
|
inline |
Definition at line 93 of file aztec_types.hpp.
| AffinePoint bb::avm2::PublicKeys::incoming_viewing_key |
Definition at line 89 of file aztec_types.hpp.
| AffinePoint bb::avm2::PublicKeys::nullifier_key |
Definition at line 88 of file aztec_types.hpp.
| AffinePoint bb::avm2::PublicKeys::outgoing_viewing_key |
Definition at line 90 of file aztec_types.hpp.
| AffinePoint bb::avm2::PublicKeys::tagging_key |
Definition at line 91 of file aztec_types.hpp.