Home | History | Annotate | Download | only in benchmarks

Lines Matching refs:montMulTo

606 function montMulTo(x,y,r) { x.multiplyTo(y,r); this.reduce(r); }
611 Montgomery.prototype.mulTo = montMulTo;