Browse Source

fixing bug in noekeon.c

feature/2015
bg 16 years ago
parent
commit
8c33123de1
  1. 2
      random/noekeon.c

2
random/noekeon.c

@ -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[]

Loading…
Cancel
Save