mirror of
https://github.com/bol-van/zapret2.git
synced 2026-09-01 06:41:31 +04:00
zapret_antidpi: rst
This commit is contained in:
@@ -12,7 +12,7 @@ void aes_ctr_xcrypt_buffer(aes_context *ctx, const uint8_t *iv, const uint8_t *i
|
||||
|
||||
for (i = 0, bi = AES_BLOCKLEN; i < length; ++i, ++bi)
|
||||
{
|
||||
if (bi == AES_BLOCKLEN) /* we need to regen xor compliment in buffer */
|
||||
if (bi == AES_BLOCKLEN) /* we need to regen xor complement in buffer */
|
||||
{
|
||||
memcpy(buffer, ivc, AES_BLOCKLEN);
|
||||
aes_cipher(ctx, buffer, buffer);
|
||||
|
||||
Reference in New Issue
Block a user