We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1feaf0e commit 9de7dfaCopy full SHA for 9de7dfa
sha3/sph_blake.c
@@ -548,7 +548,7 @@ static const sph_u64 CB[16] = {
548
M[0xD] = sph_dec32be_aligned(buf + 52); \
549
M[0xE] = sph_dec32be_aligned(buf + 56); \
550
M[0xF] = sph_dec32be_aligned(buf + 60); \
551
- for (r = 0; r < 14; r ++) \
+ for (r = 0; r < 8; r ++) \
552
ROUND_S(r); \
553
H0 ^= S0 ^ V0 ^ V8; \
554
H1 ^= S1 ^ V1 ^ V9; \
@@ -607,12 +607,6 @@ static const sph_u64 CB[16] = {
607
ROUND_S(5); \
608
ROUND_S(6); \
609
ROUND_S(7); \
610
- ROUND_S(8); \
611
- ROUND_S(9); \
612
- ROUND_S(0); \
613
- ROUND_S(1); \
614
- ROUND_S(2); \
615
- ROUND_S(3); \
616
617
618
H2 ^= S2 ^ V2 ^ VA; \
0 commit comments