|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/lmdblib/types.hpp"#include "barretenberg/numeric/random/engine.hpp"#include <cstdint>Go to the source code of this file.
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::lmdblib |
Functions | |
| std::string | bb::lmdblib::random_string () |
| std::string | bb::lmdblib::random_temp_directory () |
| std::vector< uint8_t > | bb::lmdblib::serialise (std::string key) |
| Key | bb::lmdblib::get_key (int64_t keyCount) |
| Value | bb::lmdblib::get_value (int64_t keyCount, int64_t valueCount) |
Variables | |
| const uint32_t | bb::lmdblib::NUM_VALUES = 1024 |
| auto & | bb::lmdblib::engine = numeric::get_debug_randomness() |
| auto & | bb::lmdblib::random_engine = numeric::get_randomness() |