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
The function is_bigendian() in sha512.c returns 1 on little-endian machines and 0 on big-endian machines. But the logic in the hash calculation is also inverted to the hashes are correct.
The text was updated successfully, but these errors were encountered:
The function is_bigendian() in sha512.c returns 1 on little-endian machines and 0 on big-endian machines. But the logic in the hash calculation is also inverted to the hashes are correct.
The text was updated successfully, but these errors were encountered: