Files
Kmake/deps/npm/node_modules/jsbn/example.js

6 lines
137 B
JavaScript
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
(function () {
var BigInteger = jsbn.BigInteger;
var a = new BigInteger('91823918239182398123');
console.log(a.bitLength());
}());