asmcrypto / asmcrypto.js

JavaScript Cryptographic Library with performance in mind.
MIT License
660 stars 181 forks source link

Chrome web crypto api support #43

Closed alippai closed 9 years ago

alippai commented 10 years ago

https://code.google.com/p/chromium/issues/detail?id=245025#c280

vibornoff commented 10 years ago

Good news :+1:

alippai commented 10 years ago

How can we wrap these functions? There is no progressive HMAC or AES support if I'm right :(

vibornoff commented 10 years ago

Seems so. Though the latest spec contains a link to Stream API. Somedays it'll be shipped to the public. I hope.