ladybird/Userland/Libraries/LibCrypto/BigInt
Lucas CHOLLET 4ab8ad2ed2 LibCrypto: Fix -0 and 0 non-equality
SignedBigInteger::operator==(const UnsignedBigInteger&) was rejecting
all negative value before testing for equality. It now accepts negative
zero and test for a value equality with the UnsignedBigInteger.
2022-09-15 14:08:21 +01:00
..
Algorithms Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
SignedBigInteger.cpp LibCrypto: Fix -0 and 0 non-equality 2022-09-15 14:08:21 +01:00
SignedBigInteger.h LibCrypto: Add SignedBigInteger::negated_value() 2022-09-15 14:08:21 +01:00
UnsignedBigInteger.cpp Everywhere: Fix a variety of typos 2022-09-14 04:46:49 +00:00
UnsignedBigInteger.h LibCrypto+LibJS: Remove the create_from methods from BigInteger 2022-08-26 19:18:26 +01:00