You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Robin. Thanks for taking the time to help improve this library.
I tried to reproduce the error, but the tests attached all passed. Can you post
code
that reproduces the error?
Since JavaScript strings are composed of Unicode, multi-byte characters, this
library
converts strings to UTF-8 encoded byte arrays. If you want to hash a literal
set of
octets, you'll need to pass them as a byte array, as in the test cases
attached. The
project home page doesn't document this behavior.
Original comment by Jeff.Mott.OR on 15 Mar 2010 at 5:45
Original issue reported on code.google.com by
robin.du...@gmail.com
on 15 Mar 2010 at 2:09The text was updated successfully, but these errors were encountered: