node/benchmark/crypto
Filip Skokan 56e2505e48
crypto: wire ML-DSA and ML-KEM for use when using BoringSSL
Signed-off-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/63255
Backport-PR-URL: https://github.com/nodejs/node/pull/63563
Refs: https://github.com/electron/electron/issues/36256
Refs: https://github.com/electron/electron/issues/41720
Refs: https://github.com/electron/electron/pull/51127
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
2026-06-23 01:06:42 +01:00
..
aes-gcm-throughput.js benchmark: update iterations in benchmark/crypto/aes-gcm-throughput.js 2023-12-09 18:25:14 +00:00
argon2.js crypto: add argon2() and argon2Sync() methods 2025-08-21 19:01:11 +02:00
create-hash.js benchmark: add create-hash benchmark 2023-12-05 22:59:31 +00:00
create-keyobject.js crypto: wire ML-DSA and ML-KEM for use when using BoringSSL 2026-06-23 01:06:42 +01:00
get-ciphers.js
hash-stream-creation.js benchmark: fix destructuring in dgram/single-buffer 2026-04-10 14:52:23 +02:00
hash-stream-throughput.js benchmark: fix destructuring in dgram/single-buffer 2026-04-10 14:52:23 +02:00
hkdf.js benchmark: update iterations in benchmark/crypto/hkdf.js 2023-12-03 06:31:41 +00:00
kem.js crypto: wire ML-DSA and ML-KEM for use when using BoringSSL 2026-06-23 01:06:42 +01:00
keygen.js
oneshot-hash.js crypto: implement crypto.hash() 2024-02-27 13:27:19 +01:00
oneshot-sign.js crypto: wire ML-DSA and ML-KEM for use when using BoringSSL 2026-06-23 01:06:42 +01:00
oneshot-verify.js crypto: wire ML-DSA and ML-KEM for use when using BoringSSL 2026-06-23 01:06:42 +01:00
randomBytes.js benchmark: update iteration and size in benchmark/crypto/randomBytes.js 2023-12-09 18:25:04 +00:00
randomInt.js
randomUUID.js benchmark: use boolean options in benchmark tests 2026-01-19 19:19:29 +01:00
rsa-encrypt-decrypt-throughput.js
rsa-sign-verify-throughput.js benchmark: fix destructuring in dgram/single-buffer 2026-04-10 14:52:23 +02:00
timingSafeEqual.js crypto: make timingSafeEqual faster for Uint8Array 2024-04-08 11:36:53 +00:00
webcrypto-digest.js
webcrypto-sign.js src: decouple KeyObject and CryptoKey and move CryptoKey to src 2026-06-23 01:06:38 +01:00
webcrypto-verify.js src: decouple KeyObject and CryptoKey and move CryptoKey to src 2026-06-23 01:06:38 +01:00