Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/jsbn/
Dindex.js589 function bnByteValue() { return (this.t==0)?this.s:(this[0]<<24)>>24; } function
1177 BigInteger.prototype.byteValue = bnByteValue;