@libp2p/crypto 5.1.3 → 5.1.4-9f1be6742
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 +1 -1
- package/dist/index.min.js.map +2 -2
- package/package.json +2 -2
- package/dist/typedoc-urls.json +0 -40
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ repo and examine the changes made.
|
|
|
26
26
|
|
|
27
27
|
The `libp2p-crypto` library depends on the [Web Crypto API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API) in the browser. Web Crypto is available in all modern browsers, however browsers restrict its usage to [Secure Contexts](https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts).
|
|
28
28
|
|
|
29
|
-
This means you will not be able to use some `@libp2p/crypto` functions in the browser when the page is served over HTTP
|
|
29
|
+
*This means you will not be able to use some `@libp2p/crypto` functions in the browser when the page is served over HTTP.*
|
|
30
30
|
|
|
31
31
|
To enable the Web Crypto API and allow `@libp2p/crypto` to work fully, please serve your page over HTTPS.
|
|
32
32
|
|