]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - noekeon/noekeon.c
a lot of fixes
[avr-crypto-lib.git] / noekeon / noekeon.c
index f48d1e6a9b282b4da6a038a356495087d57ff6da..8c4d6be2191980939cce0bad552842e3c216b87b 100644 (file)
@@ -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