summaryrefslogtreecommitdiff
path: root/lib/internal/crypto/scrypt.js
Commit message (Expand)AuthorAgeFilesLines
* crypto: remove default encoding from scryptTobias Nießen2023-05-121-8/+2
* lib: enforce use of trailing commasAntoine du Hamel2023-03-061-1/+1
* crypto: remove Node.js-specific webcrypto extensionsFilip Skokan2022-06-111-44/+0
* doc: consolidate use of multiple-byte unitsAntoine du Hamel2022-04-201-1/+1
* lib: replace validator and errorMohammed Keyvanzadeh2022-02-051-2/+2
* crypto: revise variables for const use instead of letRich Trott2022-01-221-4/+6
* lib: make lazyDOMException more commonXadillaX2021-06-281-1/+4
* crypto: fix scrypt keylen validationAntoine du Hamel2021-04-261-1/+2
* crypto: fix webcrypto derive(Bits|Key) resolve values and docsFilip Skokan2021-04-121-1/+1
* crypto: refactor to avoid unsafe array iterationAntoine du Hamel2021-02-191-1/+1
* lib: refactor to use validateCallbackZiJian Liu2020-12-291-3/+2
* crypto: refactoring internals, add WebCryptoJames M Snell2020-10-071-33/+91
* crypto: refactor array buffer view validationRuben Bridgewater2019-10-011-3/+3
* lib: rename validateSafeInteger to validateIntegercjihrig2019-08-191-2/+2
* lib: rename validateInteger to validateSafeIntegerZach Bjornson2019-08-161-2/+2
* crypto: fix handling of malicious getters (scrypt)Tobias Nießen2019-07-261-6/+6
* crypto: increase maxmem range from 32 to 53 bitsTobias Nießen2019-07-231-3/+3
* crypto: move _scrypt call out of handleError functDaniel Bevenius2019-06-241-5/+3
* errors: add more information in case of invalid callbacksRuben Bridgewater2019-04-041-1/+1
* lib: remove return values from validation functionsRuben Bridgewater2019-03-271-12/+23
* bootstrapper: move internalBinding to NativeModuleGus Caplan2018-10-041-1/+0
* crypto: remove unused scrypt validation parameterTobias Nießen2018-09-181-1/+1
* crypto: fix incorrect use of INT_MAX in validationTobias Nießen2018-09-021-10/+10
* src: move process.binding('async_wrap') internalDaniel Bevenius2018-08-271-2/+2
* crypto: move process.binding('crypto') to internalDaniel Bevenius2018-08-241-1/+2
* crypto: add better scrypt option aliasesAnna Henningsen2018-07-181-4/+17
* lib: rename checkIsArrayBufferView()Ben Noordhuis2018-06-131-3/+3
* lib: replace checkUint() with validateInt32()Ben Noordhuis2018-06-131-8/+11
* crypto: add scrypt() and scryptSync() methodsBen Noordhuis2018-06-131-0/+97