Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/jsbn/
Dindex.js962 function barrettSqrTo(x,r) { x.squareTo(r); this.reduce(r); } function
971 Barrett.prototype.sqrTo = barrettSqrTo;