Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <witness_constant.hpp>
Public Member Functions | |
MSGPACK_FIELDS (index, value, is_constant) | |
Static Public Member Functions | |
static WitnessOrConstant | from_index (uint32_t index) |
Public Attributes | |
uint32_t | index |
FF | value |
bool | is_constant |
Friends | |
bool | operator== (WitnessOrConstant const &lhs, WitnessOrConstant const &rhs)=default |
Definition at line 13 of file witness_constant.hpp.
|
inlinestatic |
Definition at line 20 of file witness_constant.hpp.
acir_format::WitnessOrConstant< FF >::MSGPACK_FIELDS | ( | index | , |
value | , | ||
is_constant | |||
) |
|
friend |
uint32_t acir_format::WitnessOrConstant< FF >::index |
Definition at line 15 of file witness_constant.hpp.
bool acir_format::WitnessOrConstant< FF >::is_constant |
Definition at line 17 of file witness_constant.hpp.
FF acir_format::WitnessOrConstant< FF >::value |
Definition at line 16 of file witness_constant.hpp.