serenity/Tests/LibCrypto
Nico Weber 945d962322 LibJS+LibCrypto: Fix SignedBitInteger::bitwise_not and use it in LibJS
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()).
2022-01-18 20:04:06 +03:30
..
CMakeLists.txt
TestAES.cpp LibCrypto+Tests: Avoid implicitly copying ByteBuffer 2021-12-08 09:46:13 -08:00
TestBigInteger.cpp LibJS+LibCrypto: Fix SignedBitInteger::bitwise_not and use it in LibJS 2022-01-18 20:04:06 +03:30
TestChecksum.cpp
TestHash.cpp
TestHMAC.cpp
TestRSA.cpp