Searched refs:bitLength (Results 1 – 6 of 6) sorted by relevance
694 BigInteger.prototype.bitLength = bnBitLength; method in BigInteger894 var m = pkcs1pad2(text, (this.n.bitLength() + 7) >> 3);
30036 BN.prototype.bitLength = function bitLength() {30045 var w = new Array(num.bitLength());30072 return Math.ceil(this.bitLength() / 8);32399 this.n = this.p.bitLength();32420 rlen = r.bitLength();32721 var z = this.m.bitLength();32777 var start = num.bitLength() % 26;32833 this.shift = this.m.bitLength();33720 BN.prototype.bitLength = function bitLength() {33729 var w = new Array(num.bitLength());[all …]
15 …s=bnAbs;BigInteger.prototype.compareTo=bnCompareTo;BigInteger.prototype.bitLength=bnBitLength;BigI… method in BigInteger
19 …s=bnAbs;BigInteger.prototype.compareTo=bnCompareTo;BigInteger.prototype.bitLength=bnBitLength;BigI… method in BigInteger
23 …s=bnAbs;BigInteger.prototype.compareTo=bnCompareTo;BigInteger.prototype.bitLength=bnBitLength;BigI… method in BigInteger
8 …bitLength()-l.bitLength()+53,h=n(l.ushln(f).divRound(r));return f<1023?u*h*Math.pow(2,-f):u*(h*=Ma…