mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 10:17:34 +00:00
LibCrypto: Add SECP384r1 implementation
This implementation is basically a copy-paste of the SECP256r1 implementation with all "256" replaced with "384". In the future it might be nice to make this generic, instead of having two almost identical copies of code.
This commit is contained in:
parent
be68f747b6
commit
6322d68b1b
3 changed files with 662 additions and 0 deletions
|
@ -24,6 +24,7 @@ set(SOURCES
|
|||
Curves/Curve25519.cpp
|
||||
Curves/Ed25519.cpp
|
||||
Curves/SECP256r1.cpp
|
||||
Curves/SECP384r1.cpp
|
||||
Curves/X25519.cpp
|
||||
Curves/X448.cpp
|
||||
Hash/BLAKE2b.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue