forked from trackforce/react-native-crypto
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Why promises for hashing functions? #42
Comments
That is a good question, I can work on that |
Its seems using sync function have some implications |
I still think making them async is the way to go |
Fixed here: #44 |
I invited you as a collaborator if that is ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I wonder why the hashing functions are all sync natively, yet return promises? Any reason for that?
The text was updated successfully, but these errors were encountered: