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