OneKeyHQ/app-monorepo

Consider using react-native-quick-crypto

Open

#1,680 opened on Oct 6, 2022

View on GitHub
 (4 comments) (2 reactions) (0 assignees)TypeScript (2,363 stars) (513 forks)user submission
enhancementfeature requestgood first issue

Description

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! 😄

Contributor guide