summaryrefslogtreecommitdiff
path: root/cli/tests/unit_node/internal/_randomFill_test.ts
AgeCommit message (Collapse)Author
2023-04-12refactor(node/crypto): port polyfill to Rust for randomInt, randomFill, ↵Levente Kurusa
randomFillSync (#18658) Pretty much as per the title, I'd welcome some feedback especially around the array/buffer handling in the two randomFill functions.
2023-03-26test(ext/node): Port crypto tests from std/node (#18382)Max Dahlgren