aboutsummaryrefslogtreecommitdiff
path: root/bench/snippets/crypto-stream.mjs (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-04-13use a lazyily initialized stream for `node:crypto` `createHash` (#2652)Gravatar dave caruso 1-0/+26
* lazy hash * finish up crypto stuff * remove lockfiles * ok * add pipe test * update this lockfile * remove unrelated crypto benchmark from this file