Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-13 | [crypto] Implement `scryptSync` | 1 | -0/+49 | ||
Fixes https://github.com/oven-sh/bun/issues/1228 | |||||
2022-12-12 | [crypto] Implement crypto.timingSafeEqual | 1 | -3/+30 | ||
This uses BoringSSL's memcmp function Fixes https://github.com/oven-sh/bun/issues/1308 | |||||
2022-11-08 | Update crypto.js | 1 | -1/+0 | ||
2022-11-08 | Add missing exports | 1 | -0/+3 | ||
2022-09-14 | Add missing `getRandomValues` to crypto polyfill | 1 | -2/+8 | ||
2022-07-06 | Fix #253 - Explicitly exported `randomUUID` from global `crypto` | 1 | -0/+3 | ||
2021-09-02 | latest | 1 | -0/+1 | ||
Former-commit-id: 1086d4f894611c1171f57d9eaf82f9170e9de2d1 |