Blame view

node_modules/jsbn/example.js 107 Bytes
ce4c83ff   wxy   初始提交
1
2
3
  var BigInteger = require('./');
  var a = new BigInteger('91823918239182398123');
  console.log(a.bitLength());