]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - groestl/groestl_large.c
a lot of fixes
[avr-crypto-lib.git] / groestl / groestl_large.c
index 0812683357c2f33fb57307b701e4e5b0629a0c7a..f7f5eea14ccf622147fa356e4655871d507bb20c 100644 (file)
@@ -54,7 +54,7 @@
  #define dump_m(m)
 #endif
 
-static uint8_t matrix[] PROGMEM = {
+static const uint8_t matrix[] PROGMEM = {
  2, 2, 3, 4, 5, 3, 5, 7,
  7, 2, 2, 3, 4, 5, 3, 5,
  5, 7, 2, 2, 3, 4, 5, 3,