Expand description
Implementations for binary field operations and binary integer operations.
Enumsยง
Functionsยง
- Evaluate a binary operation on two FieldElement memory values.
- Evaluate a binary operation on two unsigned big integers with a given bit size.
- Evaluates comparison operations (Equals, LessThan, LessThanEquals) between two values of an ordered type (e.g., fields are unordered).
- Evaluates shift operations (Shl, Shr) for unsigned integers. Ensures that shifting beyond the type width returns zero.
- Evaluates binary operations on 1-bit unsigned integers (booleans).