X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-rsa-test.c;h=86fb62c765083a720d44328347932237b7486155;hb=d1181933dc28db92d787cf5604e2fc96ab0d8f9f;hp=fa71fe78275e34a0022df25daa3a1cde57fea264;hpb=fb4cf7b5c6e5f28d886bd4216f09b8052c7bd013;p=avr-crypto-lib.git diff --git a/test_src/main-rsa-test.c b/test_src/main-rsa-test.c index fa71fe7..86fb62c 100644 --- a/test_src/main-rsa-test.c +++ b/test_src/main-rsa-test.c @@ -26,10 +26,10 @@ #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" @@ -103,7 +103,6 @@ void quick_test(void){ bigint_t m,c,m_; uint8_t mw[rsa_ctx.modulus.length_B], cw[rsa_ctx.modulus.length_B], m_w[rsa_ctx.modulus.length_B]; - uint8_t i; print_rsa_ctx(&rsa_ctx); m.wordv = mw;