X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-rsa-test.c;h=86fb62c765083a720d44328347932237b7486155;hb=d1181933dc28db92d787cf5604e2fc96ab0d8f9f;hp=3de5bac0039c7d9913a2f67324e0546e3b9cb470;hpb=b8d6b2bd3ddea45506f584c7d44fe5fff0557ed1;p=avr-crypto-lib.git diff --git a/test_src/main-rsa-test.c b/test_src/main-rsa-test.c index 3de5bac..86fb62c 100644 --- a/test_src/main-rsa-test.c +++ b/test_src/main-rsa-test.c @@ -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;