Searched refs:bnByteValue (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/npm/node_modules/jsbn/ | ||
H A D | index.js | 589 function bnByteValue() { return (this.t==0)?this.s:(this[0]<<24)>>24; } function 1177 BigInteger.prototype.byteValue = bnByteValue; |
Completed in 2 milliseconds