|
LLZK 2.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Go to the source code of this file.
Typedefs | |
| typedef enum LlzkBoolFeltCmpPredicate | LlzkBoolFeltCmpPredicate |
| typedef enum LlzkBoolFeltCmpPredicate | LlzkBooleanFeltCmpPredicate |
Enumerations | |
| enum | LlzkBoolFeltCmpPredicate { LlzkBoolFeltCmpPredicate_EQ = 0 , LlzkBoolFeltCmpPredicate_NE = 1 , LlzkBoolFeltCmpPredicate_LT = 2 , LlzkBoolFeltCmpPredicate_LE = 3 , LlzkBoolFeltCmpPredicate_GT = 4 , LlzkBoolFeltCmpPredicate_GE = 5 } |
| typedef enum LlzkBoolFeltCmpPredicate LlzkBooleanFeltCmpPredicate |
Definition at line 35 of file Enums.capi.h.inc.
| typedef enum LlzkBoolFeltCmpPredicate LlzkBoolFeltCmpPredicate |
Definition at line 33 of file Enums.capi.h.inc.
| Enumerator | |
|---|---|
| LlzkBoolFeltCmpPredicate_EQ | |
| LlzkBoolFeltCmpPredicate_NE | |
| LlzkBoolFeltCmpPredicate_LT | |
| LlzkBoolFeltCmpPredicate_LE | |
| LlzkBoolFeltCmpPredicate_GT | |
| LlzkBoolFeltCmpPredicate_GE | |
Definition at line 18 of file Enums.capi.h.inc.