]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-rsa-test.c
clearing up inclusion structure for easier integration in supercop
[avr-crypto-lib.git] / test_src / main-rsa-test.c
index fa71fe78275e34a0022df25daa3a1cde57fea264..3de5bac0039c7d9913a2f67324e0546e3b9cb470 100644 (file)
 #include "uart_i.h"
 #include "debug.h"
 
-#include "noekeon/noekeon.h"
-#include "noekeon/noekeon_prng.h"
-#include "bigint/bigint.h"
-#include "bigint/bigint_io.h"
+#include "noekeon.h"
+#include "noekeon_prng.h"
+#include "bigint.h"
+#include "bigint_io.h"
 #include "rsa.h"
 #include "rsa_key_blob.h"