mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-03 16:59:04 +00:00
[ctrtool] Improved efficiency of aes-ctr operations.
This commit is contained in:
+4
-2
@@ -61,10 +61,12 @@ void ctr_add_counter( ctr_aes_context* ctx,
|
||||
void ctr_set_counter( ctr_aes_context* ctx,
|
||||
u8 ctr[16] );
|
||||
|
||||
void ctr_init_key(ctr_aes_context* ctx,
|
||||
u8 key[16]);
|
||||
|
||||
|
||||
void ctr_init_counter( ctr_aes_context* ctx,
|
||||
u8 key[16],
|
||||
u8 ctr[16] );
|
||||
u8 ctr[16] );
|
||||
|
||||
|
||||
void ctr_crypt_counter_block( ctr_aes_context* ctx,
|
||||
|
||||
Reference in New Issue
Block a user