Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
fixtures.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  bb
 Entry point for Barretenberg command-line interface.
 
namespace  bb::crypto
 
namespace  bb::crypto::merkle_tree
 

Typedefs

using bb::crypto::merkle_tree::IndexedNullifierLeafType = IndexedLeaf< NullifierLeafValue >
 
using bb::crypto::merkle_tree::IndexedPublicDataLeafType = IndexedLeaf< PublicDataLeafValue >
 

Functions

IndexedNullifierLeafType bb::crypto::merkle_tree::create_indexed_nullifier_leaf (const fr &value, index_t nextIndex, const fr &nextValue)
 
IndexedPublicDataLeafType bb::crypto::merkle_tree::create_indexed_public_data_leaf (const fr &slot, const fr &value, index_t nextIndex, const fr &nextValue)