]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - shabal/shabal192.c
a lot of fixes
[avr-crypto-lib.git] / shabal / shabal192.c
index 5540dc80889f940c15431a61f2ba039d8fd5cf50..73a9b401e02021869b757b4daf2de8d382c7d1c5 100644 (file)
@@ -30,7 +30,7 @@
 #include <avr/pgmspace.h>
 #include <string.h>
 
-uint32_t shabal192_iv[] PROGMEM = {
+const uint32_t shabal192_iv[] PROGMEM = {
        /* A */
        0xFD749ED4, 0xB798E530, 0x33904B6F, 0x46BDA85E,
        0x076934B4, 0x454B4058, 0x77F74527, 0xFB4CF465,