From: iceman1001 Date: Tue, 9 Feb 2016 14:17:07 +0000 (+0100) Subject: CHG: Syntax suger X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/ea54ec739592304a3aa03f3f1bc24c12c4d4b708 CHG: Syntax suger --- diff --git a/client/nonce2key/crapto1.c b/client/nonce2key/crapto1.c index 59d6a8d6..0faeb1d1 100644 --- a/client/nonce2key/crapto1.c +++ b/client/nonce2key/crapto1.c @@ -159,8 +159,6 @@ static inline void extend_table_simple(uint32_t *tbl, uint32_t **end, int bit) } else // drop *tbl-- = *(*end)--; } - - /** recover * recursively narrow down the search space, 4 bits of keystream at a time */