mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
crypto: support ML-DSA KeyObject, sign, and verify
PR-URL: https://github.com/nodejs/node/pull/59259 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
2b4a09ef8b
commit
24e28c41b5
31 changed files with 1482 additions and 47 deletions
2
node.gyp
2
node.gyp
|
@ -342,6 +342,7 @@
|
|||
'src/crypto/crypto_cipher.cc',
|
||||
'src/crypto/crypto_context.cc',
|
||||
'src/crypto/crypto_ec.cc',
|
||||
'src/crypto/crypto_ml_dsa.cc',
|
||||
'src/crypto/crypto_hmac.cc',
|
||||
'src/crypto/crypto_random.cc',
|
||||
'src/crypto/crypto_rsa.cc',
|
||||
|
@ -373,6 +374,7 @@
|
|||
'src/crypto/crypto_clienthello.h',
|
||||
'src/crypto/crypto_context.h',
|
||||
'src/crypto/crypto_ec.h',
|
||||
'src/crypto/crypto_ml_dsa.h',
|
||||
'src/crypto/crypto_hkdf.h',
|
||||
'src/crypto/crypto_pbkdf2.h',
|
||||
'src/crypto/crypto_sig.h',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue