ladybird/Libraries/LibCrypto/NumberTheory
devgianlu f49a55d089 LibCrypto: Update ModularInverse implementation to use extended GCD
The previous implementation of `ModularInverse` was flaky and did not
compute the correct value in many occasions, especially with big numbers
like in RSA.

Also added a bunch of tests with big numbers.
2024-12-15 23:31:49 +01:00
..
ModularFunctions.cpp LibCrypto: Update ModularInverse implementation to use extended GCD 2024-12-15 23:31:49 +01:00
ModularFunctions.h