From: micki.held@gmx.de Date: Sun, 15 Sep 2013 09:33:17 +0000 (+0000) Subject: Major rework of hf mf nested: X-Git-Tag: v1.0.0~82 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/9492e0b0986a557afe1c85f08fd02a7fb979f536?ds=sidebyside;hp=9492e0b0986a557afe1c85f08fd02a7fb979f536 Major rework of hf mf nested: - PM: used GetCountMifare in MifareNested() for improved timing accuracy and to deliver better quality nonces - PM: MifareNested now delivers exactly two different nonces to avoid time consuming multiple lfsr_recovery32() on client side - Client: replaced quicksort by bucketsort in crapto1.c which is faster - Client: use multithreading (two parallel calls to lfsr_recovery32()) - Client: fixed a small bug in mfnested() (always showed trgkey=0) - Client: introduced a mutex for PrintAndLog() to avoid interlaced printing Minor rework of hf mf chk: - Avoid time consuming off/on cycles. Send a "halt" instead. ---