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