remove duplicated comment
This commit is contained in:
parent
3346363186
commit
56154f318f
@ -27,8 +27,6 @@ sjcl.keyexchange.srp = {
|
|||||||
*/
|
*/
|
||||||
makeVerifier: function(I, P, s, group) {
|
makeVerifier: function(I, P, s, group) {
|
||||||
var x;
|
var x;
|
||||||
// From RFC 5054:
|
|
||||||
// v = g^x mod N
|
|
||||||
x = this.makeX(I, P, s);
|
x = this.makeX(I, P, s);
|
||||||
x = sjcl.bn.fromBits(x);
|
x = sjcl.bn.fromBits(x);
|
||||||
return group.g.powermod(x, group.N);
|
return group.g.powermod(x, group.N);
|
||||||
|
Loading…
Reference in New Issue
Block a user