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
This issue follows the same rationale from #714. My proposal is to deprecate BigInt::muln() and replace it for core::ops::Shl. I propose that, in case of overflow, the functionality saturates the result to the highest bit as BigInt::muln() does.
The text was updated successfully, but these errors were encountered:
This issue follows the same rationale from #714. My proposal is to deprecate
BigInt::muln()
and replace it forcore::ops::Shl
. I propose that, in case of overflow, the functionality saturates the result to the highest bit asBigInt::muln()
does.The text was updated successfully, but these errors were encountered: