|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
Functions | |
| template<typename T > | |
| std::vector< T > | bb::concatenate (const std::vector< T > &vector, const auto &... vectors) |
| Concatenates multiple std::vector objects into a single std::vector. | |