Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/jsbn/
Dindex.js512 function bnpIsEven() { return ((this.t>0)?(this[0]&1):this.s) == 0; } function
548 BigInteger.prototype.isEven = bnpIsEven;