-
Notifications
You must be signed in to change notification settings - Fork 539
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
Use WebCrypto API for HMAC-SHA1 #15
Comments
This one is also in my plan :) But first we need to unify the data representation, now we use Maybe use |
|
Sounds good~ |
Looks like we need to wait for awhile. asmcrypto/asmcrypto.js#68 |
Or we can patch it by ourselves, like I did to forge, maybe it's not a hard work |
Neither you, nor I have the time for extra work. I'm very new to JavaScript... |
Much faster than JS library and supported well by Chrome.
However, AES-CFB is removed from W3C draft and not supported by Chrome :(
https://www.chromium.org/blink/webcrypto
https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html
The text was updated successfully, but these errors were encountered: