summaryrefslogtreecommitdiff
path: root/lib/internal/crypto/random.js
AgeCommit message (Expand)Author
2019-11-30lib: use static Number properties from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-06-24crypto: move _randomBytes call out of handleError functDaniel Bevenius
2019-04-04errors: add more information in case of invalid callbacksRuben Bridgewater
2019-04-03lib: force using primordials for JSON, Math and ReflectMichaël Zasso
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-08-27src: move process.binding('async_wrap') internalDaniel Bevenius
2018-08-24crypto: move process.binding('crypto') to internalDaniel Bevenius
2018-08-14lib: extract validateNumber validatorJon Moss
2018-07-09lib: consolidate redundant require() callscjihrig
2018-06-13crypto: drop Math.pow(), use static exponentationBen Noordhuis
2018-06-13crypto: refactor randomBytes()Ben Noordhuis
2018-03-25crypto: fix error handlingRuben Bridgewater
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2018-03-07lib: port remaining errors to new systemMichaël Zasso
2018-02-16lib: switch to Number.isNaNRuben Bridgewater
2017-10-26crypto: migrate crypto.randomBytes to internal/errorsJames M Snell
2017-10-01lib: faster type checks for some typesTimothy Gu
2017-09-18crypto: refactor the crypto moduleJames M Snell