Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "nullifier_tree.hpp"
#include "../hash.hpp"
#include "../memory_store.hpp"
#include "../merkle_tree.hpp"
#include "barretenberg/common/assert.hpp"
#include "barretenberg/common/net.hpp"
#include "barretenberg/numeric/bitop/count_leading_zeros.hpp"
#include "barretenberg/numeric/bitop/keep_n_lsb.hpp"
#include "barretenberg/numeric/uint128/uint128.hpp"
#include <iostream>
#include <sstream>
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 |