X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=noekeon%2Fnoekeon.c;h=8c4d6be2191980939cce0bad552842e3c216b87b;hb=701cee0d98aab48dd3192c8cc7c77eb42581bc56;hp=a800d4deeda99b51a892903ecda611a5a576bca5;hpb=924aa320bef6f192feecdb67d209c790bd49ea49;p=avr-crypto-lib.git diff --git a/noekeon/noekeon.c b/noekeon/noekeon.c index a800d4d..8c4d6be 100644 --- a/noekeon/noekeon.c +++ b/noekeon/noekeon.c @@ -31,7 +31,7 @@ #ifdef __AVR__ #include #endif -#include "noekeon/noekeon.h" +#include "noekeon.h" // #include "cli.h" #define ROUND_NR 16 @@ -98,7 +98,7 @@ void noekeon_round(uint32_t* key, uint32_t* state, uint8_t const1, uint8_t const pi2(state); } -uint8_t rc_tab[] +const uint8_t rc_tab[] #ifdef __AVR__ PROGMEM #endif