Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <cstdlib>
#include <string>
Go to the source code of this file.
Variables | |
bool | verbose_logging = std::getenv("BB_VERBOSE") == nullptr ? false : std::string(std::getenv("BB_VERBOSE")) == "1" |
bool | debug_logging = false |
bool verbose_logging = std::getenv("BB_VERBOSE") == nullptr ? false : std::string(std::getenv("BB_VERBOSE")) == "1" |