Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "std_string.hpp"
#include <algorithm>
#include <cctype>
#include <iostream>
#include <locale>
#include <sstream>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |
namespace | bb::detail |
Functions | |
std::vector< std::string > | bb::detail::split (const std::string &str, char delimiter) |
void | bb::detail::ltrim (std::string &s) |
void | bb::detail::rtrim (std::string &s) |
void | bb::detail::trim (std::string &s) |
std::vector< std::string > | bb::detail::split_and_trim (const std::string &str, char delimiter) |