HOME


Mini Shell 1.0
La Pieza.DO | Todo lo que buscas!

Bienvenido de nuevo!

Acceso Cuenta Delivery
DIR: /var/www/node-app/node_modules/jsbn/
Upload File :
Current File : /var/www/node-app/node_modules/jsbn/example.js
(function () {
  var BigInteger = jsbn.BigInteger;
  var a = new BigInteger('91823918239182398123');
  console.log(a.bitLength());
}());