Projekt

Obecné

Profil

Stáhnout (151 Bajtů) Statistiky
| Větev: | Revize:
1 9bb1e829 cagy
'use strict';
2
3
const BN = require('bn.js');
4
5
const p = new BN('2e1b162f326430f5ac6af10f96b2a8350e01675d22324c9f', 'hex');
6
7
console.log(p.bitLength());