You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2021. It is now read-only.
tanx
changed the title
Integrate secure PRNG native module in ejected ExpoKit for source of entropy for wallet password
Integrate secure PRNG native module for source of entropy for wallet password
Nov 9, 2018
Ah nice. Thanks for the heads up. We need to eject to ExpoKit anyway since we need to bundle lnd in a native module, but we still use the expo apis for things like qr code scanning and lightning: linking. So we'll probably stick with expo but just add another native module for the PRNG.
A crypto api for expo is in the works: https://expo.canny.io/feature-requests/p/crypto-api
In the meantime, this seems to be a popular choice: https://github.com/mvayngrib/react-native-randombytes
The text was updated successfully, but these errors were encountered: