]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - groestl/groestl_large.c
clean up
[avr-crypto-lib.git] / groestl / groestl_large.c
index bcfd8e51ae67c81f807c466b21d7f20d7db38314..322e1c6e2678afc59e4f145571e2b665e72b7566 100644 (file)
@@ -26,9 +26,9 @@
  */
 
 #include "groestl_large.h"
-#include "aes_sbox.h"
-#include "gf256mul.h"
-#include "memxor.h"
+#include "aes/aes_sbox.h"
+#include "gf256mul/gf256mul.h"
+#include "memxor/memxor.h"
 #include <stdint.h>
 #include <avr/pgmspace.h>
 #include <string.h>