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
MD5.digest.endian is a ByteArray object, and it's default endian is BIG_ENDIAN.
according to the RFC1321 "APPENDIX A - Reference Implementation"(http://www.faqs.org/rfcs/rfc1321.html), it should be LITTLE_ENDIAN.
MD5.digest.endian is a ByteArray object, and it's default endian is BIG_ENDIAN.
according to the RFC1321 "APPENDIX A - Reference Implementation"(http://www.faqs.org/rfcs/rfc1321.html), it should be LITTLE_ENDIAN.
and i found wikipedia page(http://en.wikipedia.org/wiki/Md5)
i created a patch to fix this bug, and pasted below.
The text was updated successfully, but these errors were encountered: