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
Instead of putting (a << b) % U256_CEIL_VALUE everywhere, we should create sane implementations on the FixedUInt type and remove the U256_CEIL_VALUE constant.
We have
wrapping_subandwrapping_add.Instead of putting
(a << b) % U256_CEIL_VALUEeverywhere, we should create sane implementations on theFixedUInttype and remove theU256_CEIL_VALUEconstant.