Core Building Blocks of LuminAIR
Operator | Status |
---|---|
Log2 | ✅ |
Exp2 | ✅ |
Sin | ✅ |
Sqrt | ✅ |
Recip | ✅ |
Add | ✅ |
Mul | ✅ |
Mod | ✅ |
LessThan | ✅ |
SumReduce | ✅ |
MaxReduce | ✅ |
Contiguous | ✅ |
PrimitiveCompiler
, a subset of the StwoCompiler
.
Each operator is mapped to its corresponding AIR component during compilation, ensuring compatibility with the proof generation process.