Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/jsbn/
Dindex.js592 function bnShortValue() { return (this.t==0)?this.s:(this[0]<<16)>>16; } function
1178 BigInteger.prototype.shortValue = bnShortValue;