Welcome to mirror list, hosted at ThFree Co, Russian Federation.

example.js « jsbn « node_modules - github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 664c1b455bd77e2161a333b69c8dc7f2c498c519 (plain)
1
2
3
var BigInteger = require('./');
var a = new BigInteger('91823918239182398123');
console.log(a.bitLength());