implementation fixes

cleaned AES interface, corrected some header files, other misc
This commit is contained in:
applestash
2014-09-07 21:10:55 +10:00
parent 030b638c92
commit 6d3ad5cfe4
10 changed files with 83 additions and 232 deletions
+1 -1
View File
@@ -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);