Files
ladybird/Userland/Libraries/LibCrypto/BigInt/Algorithms
Ali Mohammad Pur dc1180d6b2 LibCrypto: Use UnsignedBigInteger::is_odd() instead of manually checking
The previous implementation ignored "empty" bigints that represented
zero, leading to random crashes.
2024-03-16 01:17:02 -06:00
..