summaryrefslogtreecommitdiff
path: root/benchmark/crypto
Commit message (Expand)AuthorAgeFilesLines
* benchmark: add trailing commas in `benchmark/crypto`Antoine du Hamel2023-02-1012-19/+19
* crypto: use globalThis.crypto over require('crypto').webcryptoFilip Skokan2022-12-161-6/+3
* test: upgrade all 1024 bit RSA keys to 2048 bitsMomtchil Momtchev2022-09-272-2/+2
* crypto: validate `this` value for `webcrypto.getRandomValues`Antoine du Hamel2022-02-261-5/+3
* benchmark: remove unreachable code from crypto/hash-stream-creationRich Trott2022-01-171-5/+1
* benchmark: increase crypto DSA keygen paramsBrian White2021-10-161-4/+4
* crypto: reconcile oneshot sign/verify sync and async implementationsFilip Skokan2021-04-081-0/+141
* crypto: add buffering to randomIntTobias Nießen2021-04-031-0/+38
* crypto: implement randomuuidJames M Snell2021-01-071-0/+17
* crypto: refactoring internals, add WebCryptoJames M Snell2020-10-073-0/+173
* benchmark: remove special test entriesRuben Bridgewater2020-03-092-8/+1
* benchmark: add `test` and `all` options and improve errors"Ruben Bridgewater2020-03-091-0/+2
* Revert "benchmark: add `test` and `all` options and improve errors"Anna Henningsen2020-02-101-2/+0
* Revert "benchmark: remove special test entries"Anna Henningsen2020-02-102-1/+8
* benchmark: remove special test entriesRuben Bridgewater2020-02-092-8/+1
* benchmark: add `test` and `all` options and improve errorsRuben Bridgewater2020-02-091-0/+2
* crypto: improve randomBytes() performanceBrian White2020-01-281-0/+16
* benchmark: use let instead of var in cryptodnlup2020-01-016-14/+14
* benchmark,doc,lib: capitalize more commentsRuben Bridgewater2019-03-272-2/+2
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-02-285-6/+6
* benchmark: refactor for consistent styleRich Trott2019-02-063-4/+4
* tools: capitalize sentencesRuben Bridgewater2018-12-101-1/+1
* benchmark,doc,lib,src,test,tools: fix typosBrandon Smith2018-10-091-1/+1
* test: run crypto benchmark only once in testsRich Trott2018-06-022-0/+6
* benchmark: (crypto) refactorRuben Bridgewater2018-02-017-40/+35
* benchmark: var to constRuben Bridgewater2017-09-196-86/+86
* crypto: fix Node_SignFinalDavid Benjamin2017-09-111-1/+1
* lib,src: fix consistent spacing inside bracesSebastiaan Deckers2017-07-211-1/+1
* benchmark: fix some RegExp nitsVse Mozhet Byt2017-06-123-3/+3
* benchmark: reduce string concatenationsVse Mozhet Byt2017-04-205-11/+11
* benchmark: replace [].join() with ''.repeat()Vse Mozhet Byt2017-04-043-6/+6
* benchmark: fix punycode and get-ciphers benchmarkBartosz Sosnowski2017-03-091-1/+1
* benchmark: remove forced optimization from cryptoBartosz Sosnowski2017-03-061-2/+5
* benchmark: favor === over ==Rich Trott2016-08-091-1/+1
* crypto,tls: perf improvements for crypto and tls getCiphersJames M Snell2016-06-211-0/+20
* buffer: add .from(), .alloc() and .allocUnsafe()James M Snell2016-03-166-13/+8
* benchmark: refactor to eliminate redeclared varsRich Trott2016-03-011-4/+5
* tools,benchmark: increase lint complianceRich Trott2016-02-276-13/+3
* benchmark: use strict modeRich Trott2016-02-226-0/+6
* benchmark: add rsa/aes-gcm performance testShigeki Ohtsu2015-04-043-0/+136
* benchmark: add/remove hash algorithmShigeki Ohtsu2015-04-041-1/+1
* benchmark: hash streamisaacs2013-05-143-3/+164
* bench: Add bench-cryptoisaacs2013-02-191-0/+103