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

Strange loop #106

Open
babbutycoon opened this issue Feb 7, 2018 · 0 comments
Open

Strange loop #106

babbutycoon opened this issue Feb 7, 2018 · 0 comments

Comments

@babbutycoon
Copy link

for (uint32_t w = 0; w != MIX_WORDS; ++w) {

How come the loop is for (uint32_t w = 0; w != MIX_WORDS; ++w)??
The #define for MIX_WORDS is 32. whereas the union node accessed via word is a max of 16.
Am i not looking at this right or is it actually a bug?

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