Searched refs:bnpIsEven (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/npm/node_modules/jsbn/ | ||
H A D | index.js | 512 function bnpIsEven() { return ((this.t>0)?(this[0]&1):this.s) == 0; } function 548 BigInteger.prototype.isEven = bnpIsEven; |
Completed in 3 milliseconds