|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/common/throw_or_abort.hpp"#include <array>#include <cstdint>#include <functional>#include <map>#include <memory>#include <optional>#include <stdexcept>#include <string>#include <tuple>#include <type_traits>#include <variant>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | serde |
Functions | |
| bool | serde::operator== (const uint128_t &lhs, const uint128_t &rhs) |
| bool | serde::operator== (const int128_t &lhs, const int128_t &rhs) |
| template<typename T > | |
| bool | serde::operator== (const value_ptr< T > &lhs, const value_ptr< T > &rhs) |