mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-04 08:49:03 +00:00
[makerom] corrected aes keygen code, thanks plutoo.
This commit is contained in:
+1
-3
@@ -96,6 +96,4 @@ void FreeKeys(keys_struct *keys);
|
||||
int SetCommonKey(keys_struct *keys, const u8 *key, u8 Index);
|
||||
int SetCurrentCommonKey(keys_struct *keys, u8 Index);
|
||||
int SetNormalKey(keys_struct *keys, const u8 *key);
|
||||
int SetSystemFixedKey(keys_struct *keys, const u8 *key);
|
||||
|
||||
u8* AesKeyScrambler(u8 *key, const u8 *keyX, const u8 *keyY);
|
||||
int SetSystemFixedKey(keys_struct *keys, const u8 *key);
|
||||
Reference in New Issue
Block a user