|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <acir.hpp>
Public Member Functions | |
| void | msgpack_unpack (msgpack::object const &o) |
Public Attributes | |
| uint32_t | id |
| std::vector< Acir::Witness > | inputs |
| std::vector< Acir::Witness > | outputs |
| std::optional< Acir::Expression > | predicate |
Friends | |
| bool | operator== (const Call &, const Call &) |
|
inline |
| std::vector<Acir::Witness> Acir::Opcode::Call::inputs |
| std::vector<Acir::Witness> Acir::Opcode::Call::outputs |
| std::optional<Acir::Expression> Acir::Opcode::Call::predicate |