File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1313
1414Generate, import, and export PeerIDs, for use with [ IPFS] ( https://github.com/ipfs/ipfs ) .
1515
16- * A Peer ID is the SHA-256 [ multihash] ( https://github.com/jbenet /multihash ) of a
16+ * A Peer ID is the SHA-256 [ multihash] ( https://github.com/multiformats /multihash ) of a
1717public key.*
1818
1919* The public key is a base64 encoded string of a protobuf containing an RSA DER
@@ -91,7 +91,7 @@ const PeerId = require('peer-id')
9191- ` privKey: RsaPrivateKey ` - The private key
9292- ` pubKey: RsaPublicKey ` - The public key
9393
94- The key format is detailed in [ libp2p-crypto] ( https://github.com/ipfs /js-libp2p-crypto ) .
94+ The key format is detailed in [ libp2p-crypto] ( https://github.com/libp2p /js-libp2p-crypto ) .
9595
9696### ` create([opts]) `
9797
You can’t perform that action at this time.
0 commit comments