-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compare and contrast this package with expo-crypto in the README #42
Comments
@pcowgill i agree, but i won't have time for this...i might accept a PR though :) |
@pcowgill for clarify, the main purpose of all these packages (rn-nodeify, react-native-randombytes, react-native-crypto) is compatibility with the node.js apis. |
@mvayngrib mh actually it has this exact goal (among providing a way to let devs encrypt stuff of course) https://docs.expo.io/versions/latest/sdk/crypto/, the first line: "expo-crypto enables you to hash (encrypt) data in an equivalent manner to the Node.js core crypto API" |
@giacomocerquone expo-crypto may provide the same functionality, but it provides a different interface than node.js. |
Well i'd do a pr to explain this as a starting point to "showcase" the differences |
It would be helpful to compare and contrast this package with
expo-crypto
in the READMEhttps://docs.expo.io/versions/latest/sdk/crypto/
https://www.npmjs.com/package/expo-crypto
The text was updated successfully, but these errors were encountered: