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 92 of file gate_data.hpp.

Member Data Documentation

◆ op

uint32_t bb::ecc_op_tuple::op

Definition at line 93 of file gate_data.hpp.

◆ return_is_infinity

bool bb::ecc_op_tuple::return_is_infinity

Definition at line 100 of file gate_data.hpp.

◆ x_hi

uint32_t bb::ecc_op_tuple::x_hi

Definition at line 95 of file gate_data.hpp.

◆ x_lo

uint32_t bb::ecc_op_tuple::x_lo

Definition at line 94 of file gate_data.hpp.

◆ y_hi

uint32_t bb::ecc_op_tuple::y_hi

Definition at line 97 of file gate_data.hpp.

◆ y_lo

uint32_t bb::ecc_op_tuple::y_lo

Definition at line 96 of file gate_data.hpp.

◆ z_1

uint32_t bb::ecc_op_tuple::z_1

Definition at line 98 of file gate_data.hpp.

◆ z_2

uint32_t bb::ecc_op_tuple::z_2

Definition at line 99 of file gate_data.hpp.


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