bitchan / eccrypto

JavaScript Elliptic curve cryptography library
Creative Commons Zero v1.0 Universal
301 stars 98 forks source link

Not compatible with react native #45

Open thowar2 opened 4 years ago

thowar2 commented 4 years ago

https://github.com/bitchan/eccrypto/blob/ee2518544ca36849e4618907dea3c8e3a34a00b0/browser.js#L6

This causes errors when building in react-native.

RN friendly alternatives:

JBaczuk commented 4 years ago

Thanks for reporting, I think RN support is a good idea. I'll have to look into this more, want to pick a method that is well supported.