Structs§
- Libfunc for reversing the byte order of a u128. Returns a u128 (and the updated builtin pointer).
- Libfunc for u128_guarantee_mul.
- A type that contains 4 u128s (a, b, c, d) and guarantees that
a * b = 2**128 * c + d
. - Libfunc for u128_mul_guarantee_verify.
- Libfunc for converting a felt252 into a u128, or the number and the overflow in the case of failure.
Enums§
Type Aliases§
- Type for u128.