-
Notifications
You must be signed in to change notification settings - Fork 59
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
replace javascript crypto library with jsSHA #29
Comments
This may help with #8. |
Examples here: webcrypto-examples. |
Big problem with browser crypto is that this relies on asynchronous promises, which would require a huge rewrite of the protocol layer which is sequential by nature. Maybe asmcrypto.js instead? It handles both |
2020-06-29 16:17:48: antoine uploaded file
|
#8 has been fixed, no real need for this now. |
jsSHA looks much more compact than forge.
The text was updated successfully, but these errors were encountered: