summaryrefslogtreecommitdiff
path: root/lib/internal/crypto/hash.js
AgeCommit message (Expand)Author
2019-12-08lib: replace Symbol global by the primordials SymbolSebastien Ahkrin
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-10-16crypto: add Hash.prototype.copy() methodBen Noordhuis
2019-10-03crypto: remove arbitrary UTF16 restrictionAnna Henningsen
2019-08-09src: add error codes to errors thrown in C++Yaniv Friedensohn
2019-07-29crypto: add null check to outputLength logiccjihrig
2019-07-25crypto: add outputLength option to crypto.createHashTobias Nießen
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-04crypto: remove legacy native handlesTobias Nießen
2019-02-09crypto: include 'Buffer' in error output of Hash.update methodAmit Zur
2019-02-03src,lib: remove dead `process.binding()` codeAnna Henningsen
2018-12-24crypto: add key object APITobias Nießen
2018-12-05lib: use ES6 class inheritance styleRuben Bridgewater
2018-12-05lib: remove `inherits()` usageRuben Bridgewater
2018-11-11crypto: put legacy _handle accessors on prototypesMichaël Zasso
2018-09-13crypto: rename symbols to match guidelinesTobias Nießen
2018-09-12crypto: hide native handles from JS modulesTobias Nießen
2018-08-07lib: extract validateString validatorJon Moss
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2018-03-07lib: port remaining errors to new systemMichaël Zasso
2017-10-01lib: faster type checks for some typesTimothy Gu
2017-09-18crypto: refactor the crypto moduleJames M Snell