Closed GoogleCodeExporter closed 9 years ago
Could you give more information on your cryptography implementation? A simple
AES encryption test from our side revealed that the performance difference
between the Chromecast and Nexus 7 is not as great as what you have mentioned.
Also, on what device did you run the WebCrypto test that yielded 10ms? What was
the WebCrypto performance on other devices?
Original comment by christia...@google.com
on 30 Dec 2014 at 1:25
Hi, I used fast AES implementation - similar to the openssl one
https://github.com/openssl/openssl/blob/master/crypto/aes/aes_core.c
Just to make sure it is not missed - I took this C code and converted it to JS
using ASMJS. It is this ASMJS code performance I'm complaining about.
10ms was the time I got on the Chromecast (well' it has a hardware AES)
As I wrote, I used Nexus 10, not Nexus 7.
Original comment by moshe.kr...@gmail.com
on 30 Dec 2014 at 9:18
There are too many factors involved, including 3rd party libraries, to pinpoint
the Chromium engine as the culprit. Please re-examine your AES implementation.
Original comment by christia...@google.com
on 20 Jan 2015 at 11:12
Original issue reported on code.google.com by
moshe.kr...@gmail.com
on 6 Oct 2014 at 9:58