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