X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-dsa-test.c;h=d599b77ee7c38aa6d7bcc6eee80648325be92b7e;hp=acbffa9e4ac0572e385da33dd43d293a81672467;hb=7b5401ab9ce23a5da1de8b6c7de3a1aa20ac4cf8;hpb=02ac3b653f3a11f284cc1a0cb0e983575f2f431b diff --git a/test_src/main-dsa-test.c b/test_src/main-dsa-test.c index acbffa9..d599b77 100644 --- a/test_src/main-dsa-test.c +++ b/test_src/main-dsa-test.c @@ -26,18 +26,18 @@ #include "uart_i.h" #include "debug.h" -#include "noekeon.h" -#include "noekeon_prng.h" -#include "bigint.h" -#include "bigint_io.h" +#include "noekeon/noekeon.h" +#include "noekeon/noekeon_prng.h" +#include "bigint/bigint.h" +#include "bigint/bigint_io.h" #include "dsa.h" #include "dsa_key_blob.h" #include "cli.h" #include "performance_test.h" -#include "hfal_sha1.h" -#include "base64_enc.h" -#include "base64_dec.h" +#include "hfal/hfal_sha1.h" +#include "base64/base64_enc.h" +#include "base64/base64_dec.h" #include #include #include