mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-06 16:59:03 +00:00
implementation fixes
cleaned AES interface, corrected some header files, other misc
This commit is contained in:
+1
-1
@@ -22,5 +22,5 @@ typedef struct
|
||||
u8 padding1[0xfc];
|
||||
} cia_metadata;
|
||||
|
||||
int CryptContent(u8 *enc, u8 *dec, u64 size, u8 *title_key, u16 index, u8 mode);
|
||||
int CryptContent(u8 *input, u8 *output, u64 size, u8 *title_key, u16 index, u8 mode);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user