ecency-mobile icon indicating copy to clipboard operation
ecency-mobile copied to clipboard

Consider using react-native-quick-crypto

Open mrousavy opened this issue 2 years ago • 0 comments

Hey!

I noticed this repo uses react-native-crypto, which itself uses crypto-browserify under the hood. crypto-browserify is a JS-based implementation for crypto, which is slower than Margelo's react-native-quick-crypto, since that uses C++ (OpenSSL) with JSI under the hood.

If you want to replace react-native-crypto with the faster react-native-quick-crypto, I'm happy to help out or answer questions! 😄

mrousavy avatar Oct 06 '22 10:10 mrousavy