Searched defs:montSqrTo (Results 1 - 1 of 1) sorted by relevance

/external/v8/benchmarks/
H A Dcrypto.js603 function montSqrTo(x,r) { x.squareTo(r); this.reduce(r); } class
612 Montgomery.prototype.sqrTo = montSqrTo;

Completed in 62 milliseconds