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