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
{{ message }}
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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 accordinglyThe text was updated successfully, but these errors were encountered: