X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=noekeon%2Fnoekeon.c;h=8c4d6be2191980939cce0bad552842e3c216b87b;hb=844f84ce4ba776bf5320b2e92db8b3a9e4d0d6d9;hp=f48d1e6a9b282b4da6a038a356495087d57ff6da;hpb=b8d6b2bd3ddea45506f584c7d44fe5fff0557ed1;p=avr-crypto-lib.git diff --git a/noekeon/noekeon.c b/noekeon/noekeon.c index f48d1e6..8c4d6be 100644 --- a/noekeon/noekeon.c +++ b/noekeon/noekeon.c @@ -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