|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <cstdint>#include <string>#include <tuple>#include <vector>Go to the source code of this file.
Classes | |
| struct | std::hash< T > |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::utils |
Concepts | |
| concept | Hashable |
Functions | |
| std::vector< uint8_t > | bb::utils::hex_to_bytes (const std::string &hex) |
| Routine to transform hexstring to vector of bytes. | |
| template<typename... Ts> | |
| size_t | bb::utils::hash_as_tuple (const Ts &... ts) |