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
create-hash.js
create-keyobject.js
get-ciphers.js
hash-stream-creation.js
hash-stream-throughput.js
hkdf.js
keygen.js
oneshot-hash.js
oneshot-sign.js
oneshot-verify.js
randomBytes.js
randomInt.js
randomUUID.js
rsa-encrypt-decrypt-throughput.js
rsa-sign-verify-throughput.js
timingSafeEqual.js
webcrypto-digest.js