Home
last modified time | relevance | path

Searched refs:montSqrTo (Results 1 – 1 of 1) sorted by relevance

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