Searched refs:montMulTo (Results 1 – 1 of 1) sorted by relevance
503 function montMulTo(x,y,r) { x.multiplyTo(y,r); this.reduce(r); } function508 Montgomery.prototype.mulTo = montMulTo;