mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-03-22 13:10:41 +08:00
jsdoc: fix param names in misc.cachedPbkdf2
This commit is contained in:
parent
181e2c73d1
commit
a7f830229d
|
@ -255,8 +255,8 @@ sjcl.decrypt = sjcl.json.decrypt;
|
||||||
sjcl.misc._pbkdf2Cache = {};
|
sjcl.misc._pbkdf2Cache = {};
|
||||||
|
|
||||||
/** Cached PBKDF2 key derivation.
|
/** Cached PBKDF2 key derivation.
|
||||||
* @param {String} The password.
|
* @param {String} password The password.
|
||||||
* @param {Object} The derivation params (iteration count and optional salt).
|
* @param {Object} [params] The derivation params (iteration count and optional salt).
|
||||||
* @return {Object} The derived data in key, the salt in salt.
|
* @return {Object} The derived data in key, the salt in salt.
|
||||||
*/
|
*/
|
||||||
sjcl.misc.cachedPbkdf2 = function (password, obj) {
|
sjcl.misc.cachedPbkdf2 = function (password, obj) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user