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
equi/blake2/blake2bx.cpp: In function ‘int eq_blake2b(uint8_t*, const void*, const void*, uint8_t, uint64_t, uint8_t)’:
equi/blake2/blake2bx.cpp:244:26: error: size of array element is not a multiple of its alignment
244 | blake2b_state S[1];
| ^
The text was updated successfully, but these errors were encountered:
equi/blake2/blake2bx.cpp: In function ‘int eq_blake2b(uint8_t*, const void*, const void*, uint8_t, uint64_t, uint8_t)’:
equi/blake2/blake2bx.cpp:244:26: error: size of array element is not a multiple of its alignment
244 | blake2b_state S[1];
| ^
The text was updated successfully, but these errors were encountered: