@libp2p/keychain 5.2.9 → 6.0.0-049bfa0fa

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -45,7 +45,7 @@ The key management and naming service API all return a `KeyInfo` object. The `i
45
45
 
46
46
  The **key id** is the SHA-256 [multihash](https://github.com/multiformats/multihash) of its public key.
47
47
 
48
- The *public key* is a [protobuf encoding](https://github.com/libp2p/js-libp2p/blob/main/packages/crypto/src/keys/keys.proto.js) containing a type and the [DER encoding](https://en.wikipedia.org/wiki/X.690) of the PKCS [SubjectPublicKeyInfo](https://www.ietf.org/rfc/rfc3279.txt).
48
+ The *public key* is a [protobuf encoding](https://github.com/libp2p/js-libp2p/blob/958761163edfc7b1a6231041b199737d72fd6424/packages/crypto/src/keys/keys.proto) containing a type and the [DER encoding](https://en.wikipedia.org/wiki/X.690) of the PKCS [SubjectPublicKeyInfo](https://www.ietf.org/rfc/rfc3279.txt).
49
49
 
50
50
  ## Private key storage
51
51
 
@@ -65,8 +65,6 @@ const defaultOptions = {
65
65
  }
66
66
  ```
67
67
 
68
- ![key storage](https://github.com/libp2p/js-libp2p/blob/main/doc/private-key.png?raw=true)
69
-
70
68
  ## Physical storage
71
69
 
72
70
  The actual physical storage of an encrypted key is left to implementations of [interface-datastore](https://github.com/ipfs/interface-datastore/).