|
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) | |
Public Member Functions inherited from bb::stdlib::witness_t< Builder > | |
| 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 Public Member Functions inherited from bb::stdlib::witness_t< Builder > | |
| static witness_t | create_constant_witness (Builder *parent_context, const bb::fr &in) |
Public Attributes inherited from bb::stdlib::witness_t< Builder > | |
| 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.