删除并没有用到的 require('./Egg.js')
This commit is contained in:
parent
c4a33e1487
commit
a8cc160654
2
index.js
2
index.js
@ -9,8 +9,6 @@ const Secword = require('bitcore-mnemonic') // https://bitcore.io/api/mnemonic/
|
||||
|
||||
// 全部以hex为默认输入输出格式,方便人的阅读,以及方便函数之间统一接口
|
||||
|
||||
const Tool = new (require('./Egg.js'))()
|
||||
|
||||
const my={}
|
||||
my.HASHER='sha256' // 默认的哈希算法。could be md5, sha1, sha256, sha512, ripemd160。 可用 Crypto.getHashes/Ciphers/Curves() 查看支持的种类。
|
||||
my.HASHER_LIST=crypto.getHashes()
|
||||
|
Loading…
Reference in New Issue
Block a user