|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
This is the complete list of members for FieldBase< Builder >::ExecutionHandler, including all inherited members.
| add_two(const ExecutionHandler &other1, const ExecutionHandler &other2) | FieldBase< Builder >::ExecutionHandler | inline |
| assert_equal(field_t f) const | FieldBase< Builder >::ExecutionHandler | inlineprivate |
| assert_equal(ExecutionHandler &other) | FieldBase< Builder >::ExecutionHandler | inline |
| assert_not_equal(ExecutionHandler &other) | FieldBase< Builder >::ExecutionHandler | inline |
| assert_not_zero() | FieldBase< Builder >::ExecutionHandler | inline |
| assert_zero() | FieldBase< Builder >::ExecutionHandler | inline |
| base | FieldBase< Builder >::ExecutionHandler | |
| conditional_negate(Builder *builder, const bool predicate) | FieldBase< Builder >::ExecutionHandler | inline |
| conditional_select(Builder *builder, ExecutionHandler &other, const bool predicate) | FieldBase< Builder >::ExecutionHandler | inline |
| construct_predicate(Builder *builder, const bool predicate) | FieldBase< Builder >::ExecutionHandler | inlineprivatestatic |
| construct_via_cast(const std::optional< uint256_t > max=std::nullopt, const std::optional< T > value=std::nullopt) const | FieldBase< Builder >::ExecutionHandler | inlineprivate |
| execute_ADD(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | FieldBase< Builder >::ExecutionHandler | inlinestatic |
| execute_ADD_TWO(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | FieldBase< Builder >::ExecutionHandler | inlinestatic |
| execute_ASSERT_EQUAL(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | FieldBase< Builder >::ExecutionHandler | inlinestatic |
| execute_ASSERT_NOT_EQUAL(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | FieldBase< Builder >::ExecutionHandler | inlinestatic |
| execute_ASSERT_NOT_ZERO(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | FieldBase< Builder >::ExecutionHandler | inlinestatic |
| execute_ASSERT_ZERO(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | FieldBase< Builder >::ExecutionHandler | inlinestatic |
| execute_COND_NEGATE(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | FieldBase< Builder >::ExecutionHandler | inlinestatic |
| execute_COND_SELECT(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | FieldBase< Builder >::ExecutionHandler | inlinestatic |
| execute_CONSTANT(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | FieldBase< Builder >::ExecutionHandler | inlinestatic |
| execute_CONSTANT_WITNESS(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | FieldBase< Builder >::ExecutionHandler | inlinestatic |
| execute_DIVIDE(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | FieldBase< Builder >::ExecutionHandler | inlinestatic |
| execute_INVERT(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | FieldBase< Builder >::ExecutionHandler | inlinestatic |
| execute_MADD(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | FieldBase< Builder >::ExecutionHandler | inlinestatic |
| execute_MULTIPLY(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | FieldBase< Builder >::ExecutionHandler | inlinestatic |
| execute_RANDOMSEED(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | FieldBase< Builder >::ExecutionHandler | inlinestatic |
| execute_SELECT_IF_EQ(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | FieldBase< Builder >::ExecutionHandler | inlinestatic |
| execute_SELECT_IF_ZERO(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | FieldBase< Builder >::ExecutionHandler | inlinestatic |
| execute_SET(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | FieldBase< Builder >::ExecutionHandler | inlinestatic |
| execute_SQR(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | FieldBase< Builder >::ExecutionHandler | inlinestatic |
| execute_SUBTRACT(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | FieldBase< Builder >::ExecutionHandler | inlinestatic |
| execute_WITNESS(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | FieldBase< Builder >::ExecutionHandler | inlinestatic |
| ExecutionHandler()=default | FieldBase< Builder >::ExecutionHandler | |
| ExecutionHandler(bb::fr a, field_t b) | FieldBase< Builder >::ExecutionHandler | inline |
| ExecutionHandler(bb::fr a, field_t &b) | FieldBase< Builder >::ExecutionHandler | inline |
| ExecutionHandler(bb::fr &a, field_t &b) | FieldBase< Builder >::ExecutionHandler | inline |
| f() const | FieldBase< Builder >::ExecutionHandler | inlineprivate |
| field | FieldBase< Builder >::ExecutionHandler | |
| invert(void) const | FieldBase< Builder >::ExecutionHandler | inline |
| madd(const ExecutionHandler &other1, const ExecutionHandler &other2) | FieldBase< Builder >::ExecutionHandler | inline |
| operator*(const ExecutionHandler &other) | FieldBase< Builder >::ExecutionHandler | inline |
| operator+(const ExecutionHandler &other) | FieldBase< Builder >::ExecutionHandler | inline |
| operator-(const ExecutionHandler &other) | FieldBase< Builder >::ExecutionHandler | inline |
| operator/(const ExecutionHandler &other) | FieldBase< Builder >::ExecutionHandler | inline |
| select_if_eq(Builder *builder, ExecutionHandler &other1, ExecutionHandler &other2) | FieldBase< Builder >::ExecutionHandler | inline |
| select_if_zero(Builder *builder, ExecutionHandler &other1, ExecutionHandler &other2) | FieldBase< Builder >::ExecutionHandler | inline |
| set(Builder *builder) | FieldBase< Builder >::ExecutionHandler | inline |
| sqr() | FieldBase< Builder >::ExecutionHandler | inline |