Safari gives incorrect output for an asm.js compiled hashing library (js-scrypt). It's speculated that the issue has to do with low level string formatting / conversion, that isn't being properly implemented in Safari. https://github.com/tonyg/js-scrypt/issues/6 On Subrosa.io, users cannot sign into accounts created by non-Safari browsers on Safari, and vice versa. This isn't an issue with the library, but rather with JavaScriptCore.
<rdar://problem/18558748>
To the folks at subrosa.io, are there steps for reproducing this issue? At the provided url, I only see a comment trail discussing the issue, but I don't see any mention of any steps to reproduce the issue. Thanks.