node/lib/internal/crypto
Filip Skokan 47d2d62029
typings: add typing for crypto
Signed-off-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/64122
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
2026-06-27 11:50:27 +02:00
..
aes.js crypto: share WebCrypto method and usage helpers 2026-06-20 13:29:46 +00:00
argon2.js crypto: pass CryptoKey handles to KDF jobs 2026-05-23 15:45:32 +00:00
certificate.js
cfrg.js crypto: share WebCrypto method and usage helpers 2026-06-20 13:29:46 +00:00
chacha20_poly1305.js crypto: share WebCrypto method and usage helpers 2026-06-20 13:29:46 +00:00
cipher.js lib: add lint rule to enforce use of kEmptyObject 2026-06-10 10:56:56 +00:00
diffiehellman.js crypto: support non-byte WebCrypto lengths and cSHAKE 2026-06-20 18:42:04 +02:00
ec.js crypto: share WebCrypto method and usage helpers 2026-06-20 13:29:46 +00:00
hash.js crypto: move DEP0198 to End-of-Life 2026-06-21 11:18:48 +00:00
hashnames.js
hkdf.js crypto: coerce -0 to +0 before native calls 2026-05-31 14:25:27 +00:00
kem.js
keygen.js crypto: coerce -0 to +0 before native calls 2026-05-31 14:25:27 +00:00
keys.js crypto: move DEP0203 and DEP0204 to End-of-Life 2026-06-17 17:18:40 +00:00
mac.js crypto: support non-byte WebCrypto lengths and cSHAKE 2026-06-20 18:42:04 +02:00
ml_dsa.js crypto: share WebCrypto method and usage helpers 2026-06-20 13:29:46 +00:00
ml_kem.js crypto: share WebCrypto method and usage helpers 2026-06-20 13:29:46 +00:00
pbkdf2.js crypto: coerce -0 keylen to +0 in pbkdf2 and scrypt 2026-05-26 11:25:44 +02:00
random.js crypto: coerce -0 to +0 before native calls 2026-05-31 14:25:27 +00:00
rsa.js crypto: share WebCrypto method and usage helpers 2026-06-20 13:29:46 +00:00
scrypt.js crypto: coerce -0 keylen to +0 in pbkdf2 and scrypt 2026-05-26 11:25:44 +02:00
sig.js crypto: align verifyOneShot accepted types 2026-05-19 17:49:19 +00:00
util.js typings: add typing for crypto 2026-06-27 11:50:27 +02:00
webcrypto.js crypto: support non-byte WebCrypto lengths and cSHAKE 2026-06-20 18:42:04 +02:00
webcrypto_util.js crypto: share WebCrypto method and usage helpers 2026-06-20 13:29:46 +00:00
webidl.js crypto: support non-byte WebCrypto lengths and cSHAKE 2026-06-20 18:42:04 +02:00
x509.js crypto: harden KeyObject internal slots 2026-05-08 07:10:03 +00:00