Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logic of is_bigendian() is inverted #1

Open
jovermann opened this issue Jun 11, 2024 · 0 comments
Open

Logic of is_bigendian() is inverted #1

jovermann opened this issue Jun 11, 2024 · 0 comments

Comments

@jovermann
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant