X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=twister%2Ftwister.c;h=40f38363f9cd177cd2d654ad2ebab7bdc9d4c6d8;hp=c82e22ea5dec05a9373eb67f87ac338bb2e86796;hb=7b5401ab9ce23a5da1de8b6c7de3a1aa20ac4cf8;hpb=02ac3b653f3a11f284cc1a0cb0e983575f2f431b diff --git a/twister/twister.c b/twister/twister.c index c82e22e..40f3836 100644 --- a/twister/twister.c +++ b/twister/twister.c @@ -23,10 +23,10 @@ #include #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)]))