|
LLZK 2.1.1
An open-source IR for Zero Knowledge (ZK) circuits
|
Go to the source code of this file.
Typedefs | |
| typedef enum LlzkCastOverflowSemantics | LlzkCastOverflowSemantics |
Enumerations | |
| enum | LlzkCastOverflowSemantics { LlzkCastOverflowSemantics_ASSERT = 0 , LlzkCastOverflowSemantics_SATURATE = 1 , LlzkCastOverflowSemantics_WRAP = 2 , LlzkCastOverflowSemantics_TRUNCATE = 3 } |
| typedef enum LlzkCastOverflowSemantics LlzkCastOverflowSemantics |
Definition at line 29 of file Enums.capi.h.inc.
| Enumerator | |
|---|---|
| LlzkCastOverflowSemantics_ASSERT | |
| LlzkCastOverflowSemantics_SATURATE | |
| LlzkCastOverflowSemantics_WRAP | |
| LlzkCastOverflowSemantics_TRUNCATE | |
Definition at line 18 of file Enums.capi.h.inc.