added custom api for missing user values

This commit is contained in:
Yannik
2023-08-13 23:30:04 +02:00
parent 2b19fd9be2
commit ce93ed4294
1001 changed files with 160494 additions and 0 deletions

3
extended-user-info-api/node_modules/jsbn/example.js generated vendored Normal file
View File

@@ -0,0 +1,3 @@
var BigInteger = require('./');
var a = new BigInteger('91823918239182398123');
console.log(a.bitLength());