node/benchmark/crypto
James M Snell 08f9130888
crypto: implement randomuuid
Signed-off-by: James M Snell <jasnell@gmail.com>

PR-URL: https://github.com/nodejs/node/pull/36729
Backport-PR-URL: https://github.com/nodejs/node/pull/36945
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Ben Coe <bencoe@gmail.com>
2021-04-25 08:24:22 +02:00
..
aes-gcm-throughput.js benchmark: remove special test entries 2020-03-09 22:35:54 +01:00
cipher-stream.js benchmark: remove special test entries 2020-03-09 22:35:54 +01:00
get-ciphers.js benchmark: use let instead of var in crypto 2020-01-01 09:21:12 -08:00
hash-stream-creation.js benchmark: use let instead of var in crypto 2020-01-01 09:21:12 -08:00
hash-stream-throughput.js benchmark: use let instead of var in crypto 2020-01-01 09:21:12 -08:00
randomBytes.js crypto: improve randomBytes() performance 2020-01-28 06:56:16 -08:00
randomUUID.js crypto: implement randomuuid 2021-04-25 08:24:22 +02:00
rsa-encrypt-decrypt-throughput.js benchmark: use let instead of var in crypto 2020-01-01 09:21:12 -08:00
rsa-sign-verify-throughput.js