Closed GoogleCodeExporter closed 8 years ago
Original comment by PatJDoo...@gmail.com
on 24 Mar 2014 at 4:18
This is apparently a difference in behavior between browsers that has nothing
to do with CryptoJS.
parseInt('FF4B247BC9C50193E1C8074003D1C3D0', 16)
You're trying to get a 64-bit number from a 128-bit value, and apparently the
browsers do that slightly differently.
Original comment by Jeff.Mott.OR
on 24 Mar 2014 at 1:36
Original comment by Jeff.Mott.OR
on 25 Mar 2014 at 3:33
I've researched the issue. Not CryptoJS. IE arithmetic with very long numbers
is different from other browsers. It is less accurate in the last digit of
precision.
Original comment by PatJDoo...@gmail.com
on 25 Mar 2014 at 3:53
Original issue reported on code.google.com by
PatJDoo...@gmail.com
on 24 Mar 2014 at 4:17