fixing bug in noekeon.c

This commit is contained in:
bg 2008-12-30 13:45:18 +00:00
parent f5c8abcc18
commit 8c33123de1
1 changed files with 1 additions and 1 deletions

View File

@ -93,9 +93,9 @@ void noekeon_round(uint32_t* key, uint32_t* state, uint8_t const1, uint8_t const
((uint8_t*)state)[RC_POS] ^= const1;
theta(key, state);
((uint8_t*)state)[RC_POS] ^= const2;
pi1(state);
gamma(state);
pi2(state);
pi1(state);
}
uint8_t rc_tab[]