Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::ecc_op_tuple Struct Reference

#include <gate_data.hpp>

Public Attributes

uint32_t op
 
uint32_t x_lo
 
uint32_t x_hi
 
uint32_t y_lo
 
uint32_t y_hi
 
uint32_t z_1
 
uint32_t z_2
 
bool return_is_infinity
 

Detailed Description

Definition at line 70 of file gate_data.hpp.

Member Data Documentation

◆ op

uint32_t bb::ecc_op_tuple::op

Definition at line 71 of file gate_data.hpp.

◆ return_is_infinity

bool bb::ecc_op_tuple::return_is_infinity

Definition at line 78 of file gate_data.hpp.

◆ x_hi

uint32_t bb::ecc_op_tuple::x_hi

Definition at line 73 of file gate_data.hpp.

◆ x_lo

uint32_t bb::ecc_op_tuple::x_lo

Definition at line 72 of file gate_data.hpp.

◆ y_hi

uint32_t bb::ecc_op_tuple::y_hi

Definition at line 75 of file gate_data.hpp.

◆ y_lo

uint32_t bb::ecc_op_tuple::y_lo

Definition at line 74 of file gate_data.hpp.

◆ z_1

uint32_t bb::ecc_op_tuple::z_1

Definition at line 76 of file gate_data.hpp.

◆ z_2

uint32_t bb::ecc_op_tuple::z_2

Definition at line 77 of file gate_data.hpp.


The documentation for this struct was generated from the following file: