Barretenberg
The ZK-SNARK library at the core of Aztec
|
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) |