kevlened / isomorphic-webcrypto

:game_die: webcrypto library for Node, React Native and IE11+
https://www.w3.org/TR/WebCryptoAPI/
MIT License
116 stars 42 forks source link

webcrypto-liner not react-native compatible #23

Closed sirpy closed 5 years ago

sirpy commented 5 years ago

It doesn't recognize react-native env correctly so it tries to import node "crypto" module. It is best of we just take the missing algorithms

kevlened commented 5 years ago

This issue is fixed in 2.3.2.

I agree that taking only the missing algorithms is ideal. Unfortunately, there's limited bandwidth to pursue the ideal when the current solution works. That said, I'll happily review any PRs.