1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 07:17:35 +00:00

LibCrypto+LibTLS: Switch to the generic SECPxxxr1 implementation

This commit is contained in:
Michiel Visser 2023-11-15 19:56:29 +01:00 committed by Ali Mohammad Pur
parent 59c22c0349
commit bc9cdd4394
8 changed files with 3 additions and 1319 deletions

View file

@ -13,8 +13,7 @@
#include <LibCrypto/ASN1/DER.h>
#include <LibCrypto/Curves/Ed25519.h>
#include <LibCrypto/Curves/EllipticCurve.h>
#include <LibCrypto/Curves/SECP256r1.h>
#include <LibCrypto/Curves/SECP384r1.h>
#include <LibCrypto/Curves/SECPxxxr1.h>
#include <LibCrypto/Curves/X25519.h>
#include <LibCrypto/Curves/X448.h>
#include <LibCrypto/PK/Code/EMSA_PKCS1_V1_5.h>