initial work replacing symmetric shared secret with ECIES

This commit is contained in:
Ryan X. Charles 2014-06-08 12:59:48 -07:00
commit 31d601b2a6
4 changed files with 55 additions and 23 deletions

View file

@ -220,7 +220,8 @@ WalletFactory.prototype.joinCreateSession = function(secret, nickname, passphras
this.log('\t### PrivateKey Initialized');
var opts = {
copayerId: privateKey.getId(),
netKey: s.netKey,
//netKey: s.netKey,
privkey: privateKey.getIdPriv()
};
self.network.cleanUp();
self.network.start(opts, function() {