mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:47:34 +00:00
LibCrypto+LibTLS: Switch to the generic SECPxxxr1
implementation
This commit is contained in:
parent
59c22c0349
commit
bc9cdd4394
8 changed files with 3 additions and 1319 deletions
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
#include <AK/ByteBuffer.h>
|
||||
#include <LibCrypto/Curves/SECP256r1.h>
|
||||
#include <LibCrypto/Curves/SECPxxxr1.h>
|
||||
#include <LibCrypto/Curves/X25519.h>
|
||||
#include <LibCrypto/Curves/X448.h>
|
||||
#include <LibTest/TestCase.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue