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
Fix bug in Calculator::twosComplement()
The code forgot to prepend the carry bit when all bytes have been zeroed.
This bug affected bitwise operations AND, OR, XOR for all but the GMP calculator.
Revert "Remove deprecated BigInteger::parse()"
This reverts commit 6c37468.
Re-introducing - this should not have been removed in the 0.8 release cycle.