aboutsummaryrefslogtreecommitdiff
path: root/src/node-fallbacks/crypto.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-12-13[crypto] Implement `scryptSync`Gravatar Jarred Sumner 1-0/+49
Fixes https://github.com/oven-sh/bun/issues/1228
2022-12-12[crypto] Implement crypto.timingSafeEqualGravatar Jarred Sumner 1-3/+30
This uses BoringSSL's memcmp function Fixes https://github.com/oven-sh/bun/issues/1308
2022-11-08Update crypto.jsGravatar Jarred Sumner 1-1/+0
2022-11-08Add missing exportsGravatar Jarred Sumner 1-0/+3
2022-09-14Add missing `getRandomValues` to crypto polyfillGravatar Jarred Sumner 1-2/+8
2022-07-06Fix #253 - Explicitly exported `randomUUID` from global `crypto`Gravatar Andrea Giammarchi 1-0/+3
2021-09-02latestGravatar Jarred Sumner 1-0/+1
Former-commit-id: 1086d4f894611c1171f57d9eaf82f9170e9de2d1