AES Registers: Difference between revisions

Motezazer (talk | contribs)
Well it's leaked now.
Neobrain (talk | contribs)
these are different constants, aren't they?
Line 633: Line 633:
|-
|-
| 3DS
| 3DS
| NormalKey = (((KeyX ROL 2) XOR KeyY) + C) ROR 41
| NormalKey = (((KeyX ROL 2) XOR KeyY) + C1) ROR 41
|-
|-
| DSi
| DSi
| NormalKey = ((KeyX XOR KeyY) + C) ROL 42
| NormalKey = ((KeyX XOR KeyY) + C2) ROL 42
|}
|}