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

Public Member Functions

 OperationDetail (size_t idx, OpType type, size_t gen_idx, const Fr &sc, bool infinity, bool negate=false)
 

Public Attributes

size_t op_index
 
OpType op_type
 
size_t generator_index
 
Fr scalar
 
bool is_infinity
 
bool should_negate
 

Detailed Description

Definition at line 44 of file eccvm.fuzzer.cpp.

Constructor & Destructor Documentation

◆ OperationDetail()

OperationDetail::OperationDetail ( size_t  idx,
OpType  type,
size_t  gen_idx,
const Fr sc,
bool  infinity,
bool  negate = false 
)
inline

Definition at line 52 of file eccvm.fuzzer.cpp.

Member Data Documentation

◆ generator_index

size_t OperationDetail::generator_index

Definition at line 47 of file eccvm.fuzzer.cpp.

◆ is_infinity

bool OperationDetail::is_infinity

Definition at line 49 of file eccvm.fuzzer.cpp.

◆ op_index

size_t OperationDetail::op_index

Definition at line 45 of file eccvm.fuzzer.cpp.

◆ op_type

OpType OperationDetail::op_type

Definition at line 46 of file eccvm.fuzzer.cpp.

◆ scalar

Fr OperationDetail::scalar

Definition at line 48 of file eccvm.fuzzer.cpp.

◆ should_negate

bool OperationDetail::should_negate

Definition at line 50 of file eccvm.fuzzer.cpp.


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