feat: replace lib multihashing with multihashing-async

This commit is contained in:
nikuda
2016-10-03 23:15:21 +11:00
committed by Friedel Ziegelmayer
parent cecadba14d
commit b088bab80f
21 changed files with 452 additions and 31388 deletions

View File

@ -1,7 +1,6 @@
'use strict'
module.exports = new Buffer(`
enum KeyType {
module.exports = `enum KeyType {
RSA = 0;
}
@ -13,5 +12,4 @@ message PublicKey {
message PrivateKey {
required KeyType Type = 1;
required bytes Data = 2;
}
`)
}`