|
barretenberg
|
Public Member Functions | |
| public_witness_t (Builder *parent_context, const barretenberg::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 proof_system::plonk::stdlib::witness_t< Builder > | |
| witness_t (Builder *parent_context, const barretenberg::fr &in) | |
| witness_t (Builder *parent_context, const bool in) | |
| witness_t (Builder *parent_context, IntegralOrEnum auto const in) | |
Additional Inherited Members | |
Static Public Member Functions inherited from proof_system::plonk::stdlib::witness_t< Builder > | |
| static witness_t | create_constant_witness (Builder *parent_context, const barretenberg::fr &in) |
Public Attributes inherited from proof_system::plonk::stdlib::witness_t< Builder > | |
| barretenberg::fr | witness |
| uint32_t | witness_index = IS_CONSTANT |
| Builder * | context = nullptr |