SafetyScreen-ui/node_modules/jsbn/example.js

6 lines
137 B
JavaScript
Raw Normal View History

2025-03-29 19:33:58 +08:00
(function () {
var BigInteger = jsbn.BigInteger;
var a = new BigInteger('91823918239182398123');
console.log(a.bitLength());
}());