Dylan Crocker
Results
2
issues of
Dylan Crocker
I wrapped the ping function inside a promise as below. const tcpping = opt => new Promise((resolve, reject) => tcpp.ping(opt, (err, data) => err ? reject(err) : resolve(data))); Perhaps native...
Added public APIs to the Ed25519 Donna code that may be used to support Extended Ed25519 keys, i.e., BIP32-Ed25519 keys. BIP32-Ed25519 keys are used for hierarchical-deterministic (HD) wallets and are...