Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-09-14 | typo | 1 | -1/+1 | ||
2022-09-14 | Update crypto.mjs | 1 | -3/+3 | ||
2022-09-14 | Add missing `getRandomValues` to crypto polyfill | 1 | -4/+4 | ||
2022-09-14 | Update crypto benchmark | 1 | -5/+12 | ||
2022-09-14 | Make `crypto.getRandomValues()` faster + fix > 1 byte/element typed arrays | 1 | -0/+18 | ||
Fix crypto.getRandomValues() with > 1 byte element typed arrays Fixes https://github.com/oven-sh/bun/issues/1237 |