From bfa0cf198719dbdfa86b7ac8628818e449245526 Mon Sep 17 00:00:00 2001 From: Aram Date: Sat, 30 Apr 2016 07:27:14 +0200 Subject: [PATCH] Prompt brute force phase --- libnfc_crypto1_crack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnfc_crypto1_crack.c b/libnfc_crypto1_crack.c index 63c78b5..1fd82a1 100644 --- a/libnfc_crypto1_crack.c +++ b/libnfc_crypto1_crack.c @@ -312,7 +312,7 @@ int main (int argc, const char * argv[]) { size_t i; - printf("initializing BS crypto-1...\n"); + printf(" - initializing BS crypto-1...\n"); crypto1_bs_init(); printf("Using %u-bit bitslices\n", MAX_BITSLICES);