Permalink
Please
sign in to comment.
Browse files
crypto: add better scrypt option aliases
Make parameter names available in a human-readable way, for more accessible/self-documenting usage of the `scrypt` functions. This implements a review comment from the original PR that has not been addressed. Refs: #20816 (comment) PR-URL: #21525 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
- Loading branch information...
Showing
with
79 additions
and 14 deletions.
- +22 −6 doc/api/crypto.md
- +17 −4 lib/internal/crypto/scrypt.js
- +40 −4 test/parallel/test-crypto-scrypt.js
0 comments on commit
2dc7f17