|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/common/throw_or_abort.hpp"#include <cstdint>#include <httplib.h>#include <string>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::srs |
Functions | |
| std::vector< uint8_t > | bb::srs::http_download (const std::string &url, size_t start_byte=0, size_t end_byte=0) |
| Download data from a URL with optional Range header support. | |