From: uzlonewolf Date: Mon, 23 Dec 2019 15:08:23 +0000 (-0800) Subject: Nested loop fix for static nonces X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/5a03ea993fea2573f0e4f6002c0bca8b2cda003c?hp=5a03ea993fea2573f0e4f6002c0bca8b2cda003c Nested loop fix for static nonces * add detection of static tag nonces * add tag nonce to error message * modify mfCheckKeys() to pass button press events upstream * don't abort nested when a static nonce is encountered * modify nested to try multiple keys in a single operation * Print keys remaining only every 10 seconds, and add estimated worst-case time ---