1
0
Fork 0
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:
devgianlu 2025-02-16 13:02:13 +01:00 committed by Ali Mohammad Pur
parent 0fcd7f9aea
commit 60dcf3e023
Notes: github-actions[bot] 2025-02-24 10:12:26 +00:00
16 changed files with 216 additions and 1626 deletions

View file

@ -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)