Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant