Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <witness.hpp>
Public Member Functions | |
public_witness_t ()=default | |
public_witness_t (Builder *parent_context, const bb::fr &in) | |
public_witness_t (Builder *parent_context, const bool in) | |
template<typename T > | |
public_witness_t (Builder *parent_context, T const in) | |
![]() | |
witness_t ()=default | |
witness_t (Builder *parent_context, const bb::fr &in) | |
witness_t (Builder *parent_context, const bool in) | |
witness_t (Builder *parent_context, IntegralOrEnum auto const in) | |
bool | is_constant () const |
Additional Inherited Members | |
![]() | |
static witness_t | create_constant_witness (Builder *parent_context, const bb::fr &in) |
![]() | |
bb::fr | witness |
uint32_t | witness_index = IS_CONSTANT |
Builder * | context = nullptr |
Definition at line 59 of file witness.hpp.
|
default |
|
inline |
Definition at line 66 of file witness.hpp.
|
inline |
Definition at line 73 of file witness.hpp.
|
inline |
Definition at line 84 of file witness.hpp.