Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <public_component_key.hpp>
Public Member Functions | |
bool | operator== (const PublicComponentKey &) const =default |
bool | is_set () const |
MSGPACK_FIELDS (start_idx) | |
Public Attributes | |
uint32_t | start_idx = DEFAULT_IDX |
Static Public Attributes | |
static constexpr uint32_t | DEFAULT_IDX = std::numeric_limits<uint32_t>::max() |
Definition at line 14 of file public_component_key.hpp.
|
inline |
Definition at line 21 of file public_component_key.hpp.
bb::PublicComponentKey::MSGPACK_FIELDS | ( | start_idx | ) |
|
default |
|
staticconstexpr |
Definition at line 15 of file public_component_key.hpp.
uint32_t bb::PublicComponentKey::start_idx = DEFAULT_IDX |
Definition at line 17 of file public_component_key.hpp.