|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <instruction.hpp>
Public Member Functions | |
| SERIALIZATION_FIELDS (p1_x, p1_y, p2_x, p2_y, result) | |
Public Attributes | |
| ParamRef | p1_x |
| ParamRef | p1_y |
| ParamRef | p2_x |
| ParamRef | p2_y |
| AddressRef | result |
Definition at line 573 of file instruction.hpp.
| ParamRef ECADD_Instruction::p1_x |
Definition at line 574 of file instruction.hpp.
| ParamRef ECADD_Instruction::p1_y |
Definition at line 575 of file instruction.hpp.
| ParamRef ECADD_Instruction::p2_x |
Definition at line 576 of file instruction.hpp.
| ParamRef ECADD_Instruction::p2_y |
Definition at line 577 of file instruction.hpp.
| AddressRef ECADD_Instruction::result |
Definition at line 578 of file instruction.hpp.