purepennons / crypto-js

Automatically exported from code.google.com/p/crypto-js
0 stars 0 forks source link

Sha3 result different for long strings on android 4.2.2 webview #151

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.On an android 4.2.2 device checkout this jsfiddle 
http://jsfiddle.net/odL57wfo/2/
2.On Chrome, Firefox & new versions of android result should be true, true

What is the expected output? What do you see instead?
On android 4.2.2 returns false false (neither Sha3 attempts work)

What version of the product are you using? On what operating system?
v3.1.2
Android 4.2.2 Webkit 534.30

Please provide any additional information below.
This only occurs for long strings, short strings are not a problem. 

Original issue reported on code.google.com by richard....@gmail.com on 10 Aug 2015 at 4:12