You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cairo 1 supports u8, u16, u32, [...], u256. However it doesn't support u24 for example. We have to add support for all u(8 * n) types by implementing them in warplib, a Serde trait for them with a boundary check and all other necessary traits. Conversions should also be modified accordingly
Cairo 1 supports u8, u16, u32, [...], u256. However it doesn't support u24 for example. We have to add support for all
u(8 * n)types by implementing them in warplib, a Serde trait for them with a boundary check and all other necessary traits. Conversions should also be modified accordingly