update latex

This commit is contained in:
Zheyuan Wu
2026-02-16 12:50:23 -06:00
parent 0c29ec99fd
commit c0367594ab
8 changed files with 470 additions and 7 deletions

View File

@@ -85,7 +85,7 @@ int block_encrypt(unsigned char *plaintext, int plaintext_len, unsigned char *ke
/* Clean up */
EVP_CIPHER_CTX_free(ctx);
return ciphertext_len;
return ciphertext_len + len;
}
int main(void){