]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - noekeon/noekeon.c
a lot of fixes
[avr-crypto-lib.git] / noekeon / noekeon.c
index a800d4deeda99b51a892903ecda611a5a576bca5..8c4d6be2191980939cce0bad552842e3c216b87b 100644 (file)
@@ -31,7 +31,7 @@
 #ifdef __AVR__
        #include <avr/pgmspace.h>
 #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