Searched refs:bnByteValue (Results 1 – 1 of 1) sorted by relevance
589 function bnByteValue() { return (this.t==0)?this.s:(this[0]<<24)>>24; } function1177 BigInteger.prototype.byteValue = bnByteValue;