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