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:
parent
e251b451ef
commit
a952d000be
Notes:
github-actions[bot]
2025-05-23 09:58:43 +00:00
Author: https://github.com/devgianlu
Commit: a952d000be
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4507
Reviewed-by: https://github.com/gmta ✅
7 changed files with 15 additions and 33 deletions
|
@ -36,7 +36,6 @@ shared_library("LibCrypto") {
|
|||
"Hash/MD5.cpp",
|
||||
"Hash/SHA1.cpp",
|
||||
"Hash/SHA2.cpp",
|
||||
"NumberTheory/ModularFunctions.cpp",
|
||||
"PK/RSA.cpp",
|
||||
"SecureRandom.cpp",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue