Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/jsbn/
Dindex.js699 function bnMax(a) { return(this.compareTo(a)>0)?this:a; } function
1183 BigInteger.prototype.max = bnMax;