multiformats / js-multihashing

Use all the functions in multihash.
MIT License
11 stars 18 forks source link

Any reason to use webcrypto instead of crypto? #30

Open mkg20001 opened 5 years ago

mkg20001 commented 5 years ago

It seems that even on nodeJS webcrypto is being used. NodeJS already has a crypto module so I'm wondering if this is really necessary as browserify/etc would already take care of using webcrypto in the browser