|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Go to the source code of this file.
Functions | |
| void | set_log_function (LogFunction new_log_function) |
Variables | |
| bool | verbose_logging = std::getenv("BB_VERBOSE") == nullptr ? false : std::string(std::getenv("BB_VERBOSE")) == "1" |
| bool | debug_logging = false |
| LogFunction | log_function = [](LogLevel , const char* msg) { logstr(msg); } |
| void set_log_function | ( | LogFunction | new_log_function | ) |
| LogFunction log_function = [](LogLevel , const char* msg) { logstr(msg); } |
| bool verbose_logging = std::getenv("BB_VERBOSE") == nullptr ? false : std::string(std::getenv("BB_VERBOSE")) == "1" |