| Commit message (Expand) | Author | Age | Files | Lines |
| * | benchmark: add trailing commas in `benchmark/crypto` | Antoine du Hamel | 2023-02-10 | 12 | -19/+19 |
| * | crypto: use globalThis.crypto over require('crypto').webcrypto | Filip Skokan | 2022-12-16 | 1 | -6/+3 |
| * | test: upgrade all 1024 bit RSA keys to 2048 bits | Momtchil Momtchev | 2022-09-27 | 2 | -2/+2 |
| * | crypto: validate `this` value for `webcrypto.getRandomValues` | Antoine du Hamel | 2022-02-26 | 1 | -5/+3 |
| * | benchmark: remove unreachable code from crypto/hash-stream-creation | Rich Trott | 2022-01-17 | 1 | -5/+1 |
| * | benchmark: increase crypto DSA keygen params | Brian White | 2021-10-16 | 1 | -4/+4 |
| * | crypto: reconcile oneshot sign/verify sync and async implementations | Filip Skokan | 2021-04-08 | 1 | -0/+141 |
| * | crypto: add buffering to randomInt | Tobias Nießen | 2021-04-03 | 1 | -0/+38 |
| * | crypto: implement randomuuid | James M Snell | 2021-01-07 | 1 | -0/+17 |
| * | crypto: refactoring internals, add WebCrypto | James M Snell | 2020-10-07 | 3 | -0/+173 |
| * | benchmark: remove special test entries | Ruben Bridgewater | 2020-03-09 | 2 | -8/+1 |
| * | benchmark: add `test` and `all` options and improve errors" | Ruben Bridgewater | 2020-03-09 | 1 | -0/+2 |
| * | Revert "benchmark: add `test` and `all` options and improve errors" | Anna Henningsen | 2020-02-10 | 1 | -2/+0 |
| * | Revert "benchmark: remove special test entries" | Anna Henningsen | 2020-02-10 | 2 | -1/+8 |
| * | benchmark: remove special test entries | Ruben Bridgewater | 2020-02-09 | 2 | -8/+1 |
| * | benchmark: add `test` and `all` options and improve errors | Ruben Bridgewater | 2020-02-09 | 1 | -0/+2 |
| * | crypto: improve randomBytes() performance | Brian White | 2020-01-28 | 1 | -0/+16 |
| * | benchmark: use let instead of var in crypto | dnlup | 2020-01-01 | 6 | -14/+14 |
| * | benchmark,doc,lib: capitalize more comments | Ruben Bridgewater | 2019-03-27 | 2 | -2/+2 |
| * | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-02-28 | 5 | -6/+6 |
| * | benchmark: refactor for consistent style | Rich Trott | 2019-02-06 | 3 | -4/+4 |
| * | tools: capitalize sentences | Ruben Bridgewater | 2018-12-10 | 1 | -1/+1 |
| * | benchmark,doc,lib,src,test,tools: fix typos | Brandon Smith | 2018-10-09 | 1 | -1/+1 |
| * | test: run crypto benchmark only once in tests | Rich Trott | 2018-06-02 | 2 | -0/+6 |
| * | benchmark: (crypto) refactor | Ruben Bridgewater | 2018-02-01 | 7 | -40/+35 |
| * | benchmark: var to const | Ruben Bridgewater | 2017-09-19 | 6 | -86/+86 |
| * | crypto: fix Node_SignFinal | David Benjamin | 2017-09-11 | 1 | -1/+1 |
| * | lib,src: fix consistent spacing inside braces | Sebastiaan Deckers | 2017-07-21 | 1 | -1/+1 |
| * | benchmark: fix some RegExp nits | Vse Mozhet Byt | 2017-06-12 | 3 | -3/+3 |
| * | benchmark: reduce string concatenations | Vse Mozhet Byt | 2017-04-20 | 5 | -11/+11 |
| * | benchmark: replace [].join() with ''.repeat() | Vse Mozhet Byt | 2017-04-04 | 3 | -6/+6 |
| * | benchmark: fix punycode and get-ciphers benchmark | Bartosz Sosnowski | 2017-03-09 | 1 | -1/+1 |
| * | benchmark: remove forced optimization from crypto | Bartosz Sosnowski | 2017-03-06 | 1 | -2/+5 |
| * | benchmark: favor === over == | Rich Trott | 2016-08-09 | 1 | -1/+1 |
| * | crypto,tls: perf improvements for crypto and tls getCiphers | James M Snell | 2016-06-21 | 1 | -0/+20 |
| * | buffer: add .from(), .alloc() and .allocUnsafe() | James M Snell | 2016-03-16 | 6 | -13/+8 |
| * | benchmark: refactor to eliminate redeclared vars | Rich Trott | 2016-03-01 | 1 | -4/+5 |
| * | tools,benchmark: increase lint compliance | Rich Trott | 2016-02-27 | 6 | -13/+3 |
| * | benchmark: use strict mode | Rich Trott | 2016-02-22 | 6 | -0/+6 |
| * | benchmark: add rsa/aes-gcm performance test | Shigeki Ohtsu | 2015-04-04 | 3 | -0/+136 |
| * | benchmark: add/remove hash algorithm | Shigeki Ohtsu | 2015-04-04 | 1 | -1/+1 |
| * | benchmark: hash stream | isaacs | 2013-05-14 | 3 | -3/+164 |
| * | bench: Add bench-crypto | isaacs | 2013-02-19 | 1 | -0/+103 |