Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <cstdint>
#include <iomanip>
#include <ostream>
Go to the source code of this file.
Namespaces | |
namespace | std |
STL namespace. | |
Typedefs | |
using | uint128_t = unsigned __int128 |
Functions | |
std::ostream & | std::operator<< (std::ostream &os, uint128_t const &a) |
using uint128_t = unsigned __int128 |
Definition at line 204 of file uint128.hpp.