]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-rsa-test.c
removed warnings and bugs
[avr-crypto-lib.git] / test_src / main-rsa-test.c
index 3de5bac0039c7d9913a2f67324e0546e3b9cb470..86fb62c765083a720d44328347932237b7486155 100644 (file)
@@ -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;