mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
DES ignores the parity bit of each byte (making the 64-bit key really 56-bit), but the current code skipped the parity bit of each half-byte, thus missing some keys. Change-Id: Ia523ebb944e458905b7de1742df151df22166150 |
||
|---|---|---|
| .. | ||
| fwp.c | ||
| fwp.h | ||
| keysig_search.c | ||
| keysig_search.h | ||
| Makefile | ||
| md5.cpp | ||
| md5.h | ||
| mg.cpp | ||
| mg.h | ||
| misc.c | ||
| misc.h | ||
| upg.c | ||
| upg.h | ||
| upgtool.c | ||