mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
945d962322
Bitwise operators are defined on two's complement, but SignedBitInteger uses sign-magnitude. Correctly convert between the two. Let LibJS delegate to SignedBitInteger for bitwise_not, like it does for all other bitwise_ operations on bigints. No behavior change (LibJS is now the only client of SignedBitInteger::bitwise_not()). |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
TestAES.cpp | ||
TestBigInteger.cpp | ||
TestChecksum.cpp | ||
TestHash.cpp | ||
TestHMAC.cpp | ||
TestRSA.cpp |