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

#include <nullifier_leaf.hpp>

Public Member Functions

 MSGPACK_FIELDS (value, nextIndex, nextValue)
 
bool operator== (indexed_nullifier_leaf const &) const =default
 
std::ostream & operator<< (std::ostream &os)
 
std::vector< frget_hash_inputs () const
 

Static Public Member Functions

static indexed_nullifier_leaf zero ()
 

Public Attributes

fr value
 
index_t nextIndex
 
fr nextValue
 

Detailed Description

Definition at line 15 of file nullifier_leaf.hpp.

Member Function Documentation

◆ get_hash_inputs()

std::vector< fr > bb::crypto::merkle_tree::indexed_nullifier_leaf::get_hash_inputs ( ) const
inline

Definition at line 30 of file nullifier_leaf.hpp.

◆ MSGPACK_FIELDS()

bb::crypto::merkle_tree::indexed_nullifier_leaf::MSGPACK_FIELDS ( value  ,
nextIndex  ,
nextValue   
)

◆ operator<<()

std::ostream & bb::crypto::merkle_tree::indexed_nullifier_leaf::operator<< ( std::ostream &  os)
inline

Definition at line 24 of file nullifier_leaf.hpp.

◆ operator==()

bool bb::crypto::merkle_tree::indexed_nullifier_leaf::operator== ( indexed_nullifier_leaf const &  ) const
default

◆ zero()

static indexed_nullifier_leaf bb::crypto::merkle_tree::indexed_nullifier_leaf::zero ( )
inlinestatic

Definition at line 32 of file nullifier_leaf.hpp.

Member Data Documentation

◆ nextIndex

index_t bb::crypto::merkle_tree::indexed_nullifier_leaf::nextIndex

Definition at line 17 of file nullifier_leaf.hpp.

◆ nextValue

fr bb::crypto::merkle_tree::indexed_nullifier_leaf::nextValue

Definition at line 18 of file nullifier_leaf.hpp.

◆ value

fr bb::crypto::merkle_tree::indexed_nullifier_leaf::value

Definition at line 16 of file nullifier_leaf.hpp.


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