Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/common/assert.hpp"
#include <algorithm>
#include <cassert>
#include <functional>
#include <iostream>
#include <sstream>
#include <tuple>
#include <type_traits>
#include <vector>
Go to the source code of this file.
Classes | |
class | zip_iterator< T > |
The zip_iterator class. More... | |
class | zip_view< S > |
Enumerations | |
enum class | ZipAllowDifferentSizes { FLAG } |
Functions | |
template<class... S> | |
zip_view (S &&...) -> zip_view< S... > | |
template<class... S> | |
zip_view (ZipAllowDifferentSizes, S &&...) -> zip_view< S... > | |
|
strong |
Enumerator | |
---|---|
FLAG |
Definition at line 165 of file zip_view.hpp.
zip_view | ( | ZipAllowDifferentSizes | , |
S && | ... | ||
) | -> zip_view< S... > |