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
{{ message }}
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
ethash/src/libethash/internal.c
Line 198 in f5f0a8b
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?
The text was updated successfully, but these errors were encountered: