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