wrap params

pull/17/head
Quinn Slack 13 years ago
parent 90a62ba040
commit 3346363186

@ -21,7 +21,8 @@ sjcl.keyexchange.srp = {
* @param {String} I The username.
* @param {String} P The password.
* @param {Object} s A bitArray of the salt.
* @param {Object} group The SRP group. Use sjcl.keyexchange.srp.knownGroup to obtain this object.
* @param {Object} group The SRP group. Use sjcl.keyexchange.srp.knownGroup
to obtain this object.
* @return {Object} A bitArray of SRP v.
*/
makeVerifier: function(I, P, s, group) {

Loading…
Cancel
Save