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

Make sure random values generated in unit tests are not dependent on endianness #3

Open
imeckler opened this issue Jan 27, 2021 · 0 comments

Comments

@imeckler
Copy link
Member

This shouldn't really cause any issues, but just to maintain total endian-independence, we need to check that the random values generated in unit tests are not dependent on endianness. In particular, we should use a byte array for the input and output of sha256 instead of an array of uint64_ts.

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