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