mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 09:34:57 +09:00
LibCrypto: Refactor Edwards-curves implementation with OpenSSL
This commit is contained in:
parent
0fcd7f9aea
commit
60dcf3e023
Notes:
github-actions[bot]
2025-02-24 10:12:26 +00:00
Author: https://github.com/devgianlu
Commit: 60dcf3e023
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3671
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/alimpfard
16 changed files with 216 additions and 1626 deletions
|
@ -5,9 +5,8 @@
|
|||
*/
|
||||
|
||||
#include <AK/ByteBuffer.h>
|
||||
#include <LibCrypto/Curves/EdwardsCurve.h>
|
||||
#include <LibCrypto/Curves/SECPxxxr1.h>
|
||||
#include <LibCrypto/Curves/X25519.h>
|
||||
#include <LibCrypto/Curves/X448.h>
|
||||
#include <LibTest/TestCase.h>
|
||||
|
||||
TEST_CASE(test_x25519)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue