feat: [tmp] use libp2p-crypto with .encrypt

This commit is contained in:
Maciej Krüger
2019-01-12 12:05:38 +01:00
parent 4d5bb2cfff
commit 04c3e3d68a

View File

@ -41,7 +41,7 @@
}, },
"dependencies": { "dependencies": {
"class-is": "^1.1.0", "class-is": "^1.1.0",
"libp2p-crypto": "~0.17.0", "libp2p-crypto": "github:libp2p/js-libp2p-crypto#feat/rsa-enc-dec",
"multihashes": "~0.4.15", "multihashes": "~0.4.15",
"protons": "^1.0.1" "protons": "^1.0.1"
}, },