Ready for merge
This commit is contained in:
parent
9ea59723a5
commit
de517c19c5
4 changed files with 16 additions and 10 deletions
|
@ -35,7 +35,6 @@ gpGen = function(){
|
|||
B.rcopy(ctx.ROM_CURVE.CURVE_Pyb);
|
||||
var Qy=new ctx.FP2(0); Qy.bset(A,B);
|
||||
var Q=new ctx.ECP2();
|
||||
var Q=new ctx.ECP2();
|
||||
Q.setxy(Qy,Qy);
|
||||
|
||||
return{
|
||||
|
|
Reference in a new issue