mirror of
https://github.com/fluencelabs/js-libp2p-crypto
synced 2025-06-25 08:01:41 +00:00
feat: replace lib multihashing with multihashing-async
This commit is contained in:
committed by
Friedel Ziegelmayer
parent
cecadba14d
commit
b088bab80f
@ -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;
|
||||
}
|
||||
`)
|
||||
}`
|
||||
|
Reference in New Issue
Block a user