This repository was archived by the owner on Aug 24, 2021. It is now read-only.

Description
I am using js-ipld-dag-cbor which references this package. I would like to be able to calculate hashes even on insecure (HTTP) websites.
When js-multihashing-async tries to access window.crypto.subtle it throws on error in Brave, but works fine in Firefox. Chrome on Android also throws an error.
Is it possible to fallback on a browser implementation to avoid the HTTPS requirement?
Other issue: ipld/js-ipld-dag-cbor#114