app_tree_planting/node_modules/jsbn/example.js
2023-12-13 10:20:14 +08:00

6 lines
137 B
JavaScript

(function () {
var BigInteger = jsbn.BigInteger;
var a = new BigInteger('91823918239182398123');
console.log(a.bitLength());
}());