This commit is contained in:
iceman
2016-02-09 15:53:53 +01:00
3 changed files with 176 additions and 76 deletions

View File

@@ -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
*/