X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/66afab80bdc78f26fecaa90f27fb2885dc3e9ef8..ea54ec739592304a3aa03f3f1bc24c12c4d4b708:/client/nonce2key/crapto1.c 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 */