Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-04-27 | fix: make node:crypto Hash.copy work correctly (#2761) | 1 | -1/+3 | ||
This commit will also: - add a CryptoHasher.copy function - make CryptoHasher.digest reset the hasher so it can be reused Resolves #2651 | |||||
2023-04-21 | Revert "use a lazyily initialized stream for `node:crypto` `createHash` (#2652)" | 1 | -130/+42 | ||
This reverts commit 3a2fd65f20d3b4e99c89f789acec5e5e40615008. | |||||
2023-04-13 | use a lazyily initialized stream for `node:crypto` `createHash` (#2652) | 1 | -42/+130 | ||
* lazy hash * finish up crypto stuff * remove lockfiles * ok * add pipe test * update this lockfile * remove unrelated crypto benchmark from this file | |||||
2023-02-06 | Throw on process.binding | 1 | -1/+3 | ||
2023-02-03 | Add missing crypto export | 1 | -16/+16 | ||
Fixes #1984 | |||||
2023-02-02 | export more | 1 | -0/+41 | ||
2023-01-31 | Re-run prettier after changes | 1 | -5905/+1719 | ||
2023-01-01 | test crypto.randomBytes returns a Buffer | 1 | -31/+3 | ||
2022-12-29 | [node:crypto] 50x faster `createHash` | 1 | -42/+70 | ||
2022-12-28 | Add `crypto` module from browserify | 1 | -0/+27945 | ||