1(function () {
2  var BigInteger = jsbn.BigInteger;
3  var a = new BigInteger('91823918239182398123');
4  console.log(a.bitLength());
5}());
6