Files
openit/utils/rm/node_modules/jsbn/example.js
GitHub Actions cd995d7629 Hello World
2022-06-30 02:18:52 +00:00

6 lines
137 B
JavaScript

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