mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-03 00:39:14 +00:00
[makerom] Fixes issue #11
This commit is contained in:
@@ -774,7 +774,7 @@ int aes_crypt_ecb( aes_context *ctx,
|
|||||||
*/
|
*/
|
||||||
int aes_crypt_cbc( aes_context *ctx,
|
int aes_crypt_cbc( aes_context *ctx,
|
||||||
int mode,
|
int mode,
|
||||||
size_t length,
|
uint64_t length,
|
||||||
unsigned char iv[16],
|
unsigned char iv[16],
|
||||||
const unsigned char *input,
|
const unsigned char *input,
|
||||||
unsigned char *output )
|
unsigned char *output )
|
||||||
|
|||||||
Reference in New Issue
Block a user