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 Jul 1, 2022. It is now read-only.
big.Int String() operations are (very) slow for base 10, and quite slow for base 16.
No need to support more basis.
First version could implement a fast path for
goff
, and roll back to currentbig.Int
one in some cases.The text was updated successfully, but these errors were encountered: