1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 09:34:57 +09:00

LibCrypto: Move GCD to method of UnsignedBigInteger

Having it as a method instead of a free function is necessary for the
next commits and generally allows for optimizations that require deeper
access into the `UnsignedBigInteger`.
This commit is contained in:
devgianlu 2025-04-26 11:01:48 +02:00 committed by Jelle Raaijmakers
parent e251b451ef
commit a952d000be
Notes: github-actions[bot] 2025-05-23 09:58:43 +00:00
7 changed files with 15 additions and 33 deletions

View file

@ -36,7 +36,6 @@ shared_library("LibCrypto") {
"Hash/MD5.cpp",
"Hash/SHA1.cpp",
"Hash/SHA2.cpp",
"NumberTheory/ModularFunctions.cpp",
"PK/RSA.cpp",
"SecureRandom.cpp",
]