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

@@ -83,7 +83,7 @@ int block_decrypt(unsigned char *ciphertext, int ciphertext_len, unsigned char *
/* Clean up */
EVP_CIPHER_CTX_free(ctx);
return plaintext_len;
return plaintext_len + len;
}
int main(void){