|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <instruction.hpp>
Public Member Functions | |
| MSGPACK_FIELDS (p1_x, p1_y, p1_infinite, p2_x, p2_y, p2_infinite, result) | |
Public Attributes | |
| ParamRef | p1_x |
| ParamRef | p1_y |
| ParamRef | p1_infinite |
| ParamRef | p2_x |
| ParamRef | p2_y |
| ParamRef | p2_infinite |
| AddressRef | result |
Definition at line 590 of file instruction.hpp.
| ECADD_Instruction::MSGPACK_FIELDS | ( | p1_x | , |
| p1_y | , | ||
| p1_infinite | , | ||
| p2_x | , | ||
| p2_y | , | ||
| p2_infinite | , | ||
| result | |||
| ) |
| ParamRef ECADD_Instruction::p1_infinite |
Definition at line 593 of file instruction.hpp.
| ParamRef ECADD_Instruction::p1_x |
Definition at line 591 of file instruction.hpp.
| ParamRef ECADD_Instruction::p1_y |
Definition at line 592 of file instruction.hpp.
| ParamRef ECADD_Instruction::p2_infinite |
Definition at line 596 of file instruction.hpp.
| ParamRef ECADD_Instruction::p2_x |
Definition at line 594 of file instruction.hpp.
| ParamRef ECADD_Instruction::p2_y |
Definition at line 595 of file instruction.hpp.
| AddressRef ECADD_Instruction::result |
Definition at line 597 of file instruction.hpp.