]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
REM: removed a print. The printing is done in the calling function.
authoriceman1001 <iceman@iuse.se>
Tue, 19 Jan 2016 17:06:14 +0000 (18:06 +0100)
committericeman1001 <iceman@iuse.se>
Tue, 19 Jan 2016 17:06:14 +0000 (18:06 +0100)
client/nonce2key/nonce2key.c

index b0f2c93dcfe4e52cd287d5bf7d4d1f351b168853..99ede9e04426fadecdf9e47d1d83aa4a5164883d 100644 (file)
@@ -59,7 +59,6 @@ int nonce2key(uint32_t uid, uint32_t nt, uint32_t nr, uint64_t par_info, uint64_
        state = lfsr_common_prefix(nr, rr, ks3x, par);
        lfsr_rollback_word(state, uid^nt, 0);
        crypto1_get_lfsr(state, key);
-    printf("\nkey recovered: %012"llx"\n\n",key);
        crypto1_destroy(state);
        return 0;
 }
Impressum, Datenschutz