|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <acir.hpp>
Classes | |
| struct | Field |
| struct | Integer |
Public Member Functions | |
| void | msgpack_unpack (msgpack::object const &o) |
Public Attributes | |
| std::variant< Field, Integer > | value |
Friends | |
| bool | operator== (const BitSize &, const BitSize &) |
|
inline |
| std::variant<Field, Integer> Acir::BitSize::value |