node/benchmark/crypto
Tobias Nießen 08609b5222
crypto: make timingSafeEqual faster for Uint8Array
Add a fast API that V8 can use if the user supplies Uint8Arrays
(including Buffers) to timingSafeEqual.

PR-URL: https://github.com/nodejs/node/pull/52341
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
Reviewed-By: Daniel Lemire <daniel@lemire.me>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
2024-04-08 11:36:53 +00:00
..
aes-gcm-throughput.js benchmark: update iterations in benchmark/crypto/aes-gcm-throughput.js 2023-12-09 18:25:14 +00:00
create-hash.js benchmark: add create-hash benchmark 2023-12-05 22:59:31 +00:00
create-keyobject.js
get-ciphers.js
hash-stream-creation.js
hash-stream-throughput.js
hkdf.js benchmark: update iterations in benchmark/crypto/hkdf.js 2023-12-03 06:31:41 +00:00
keygen.js
oneshot-hash.js crypto: implement crypto.hash() 2024-02-27 13:27:19 +01:00
oneshot-sign.js
oneshot-verify.js
randomBytes.js benchmark: update iteration and size in benchmark/crypto/randomBytes.js 2023-12-09 18:25:04 +00:00
randomInt.js
randomUUID.js
rsa-encrypt-decrypt-throughput.js
rsa-sign-verify-throughput.js
timingSafeEqual.js crypto: make timingSafeEqual faster for Uint8Array 2024-04-08 11:36:53 +00:00
webcrypto-digest.js