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