Difference between revisions of "Kernel/XcDESKeyParity"
From xboxdevwiki
(Port from my Python code, but with added comments) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | The ''XcDESKeyParity'' function turns a key into a DES key which requires odd-parity per byte. | |
− | + | {{FIXME|reason=Mention crypto vector}} | |
− | |||
− | + | === Links === | |
− | |||
− | |||
− | |||
− | |||
− | + | * [https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/blob/f73114df61d943ba73b329a6e4bd6805254af243/src/CxbxKrnl/EmuKrnlXc.cpp#L234 XcDESKeyParity implementation in Cxbx-Reloaded] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 00:03, 3 October 2018
The XcDESKeyParity function turns a key into a DES key which requires odd-parity per byte.
[FIXME]