]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - twister/twister.c
clean up
[avr-crypto-lib.git] / twister / twister.c
index c82e22ea5dec05a9373eb67f87ac338bb2e86796..40f38363f9cd177cd2d654ad2ebab7bdc9d4c6d8 100644 (file)
 #include <avr/pgmspace.h>
 #include "twister.h"
 #include "twister_tables.h"
-#include "memxor.h"
+#include "memxor/memxor.h"
 
 //#ifndef TWISTER_MUL_TABLE
-# include "gf256mul.h"
+# include "gf256mul/gf256mul.h"
 //#endif
 
 #define MDS(a,b)  pgm_read_byte(&(twister_mds[(a)][(b)]))