Commit b278e082117e8d0f58457f4e41e9c7b7adfbf9f1
cleanup
Signed-off-by: wanderer <mjbecze@gmail.com>wanderer committed on 4/17/2018, 4:34:48 PM
Parent: 0c4c03bbdec8e38f973ed7fdf47600edd942e179
Files changed
index.js | changed |
index.js | |||
---|---|---|---|
@@ -1,12 +1,11 @@ | |||
1 | -const nop = require('nop') | ||
1 … | +let initCb = require('nop') | ||
2 | 2 … | const Buffer = require('safe-buffer').Buffer | |
3 | 3 … | const mod = require('./build/bls_lib.js') | |
4 | 4 … | const crypto = require('crypto') | |
5 | 5 … | crypto.getRandomValues = crypto.randomFillSync | |
6 | 6 … | ||
7 | 7 … | let init = false | |
8 | -let initCb = nop | ||
9 | 8 … | ||
10 | 9 … | exports.mod = mod | |
11 | 10 … | ||
12 | 11 … | /** |
Built with git-ssb-web