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
Just to create a cross-reference, PR#1484 expands on SafeMath for uint32s, which overflow at somewhat less astronomical values but don't have all the new potential issues that signed integers introduce.
The idea is to provide basic math operations (like
add
,sub
,mul
, etc) for signed integers. I think this could be added withinSafeMath
itself.The text was updated successfully, but these errors were encountered: