peerId hashing WIP2

This commit is contained in:
Matias Alejo Garcia 2014-04-23 13:44:20 -03:00
commit c1881d5fbb
5 changed files with 162 additions and 89 deletions

View file

@ -27,7 +27,6 @@ PrivateKey.prototype.getId = function(prefix) {
return hash.substring(0, hash.length/2);
};
PrivateKey.fromObj = function(obj) {
return new PrivateKey(obj);
};