diff options
author | Keuin <[email protected]> | 2022-05-27 22:38:07 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2022-05-27 22:38:07 +0800 |
commit | e0c73f09776ba24a6f37c369c4105c2d589a7a17 (patch) | |
tree | b136a9c6c0bd01b75345523dd56525f2c9bee743 /main.c | |
parent | 4859a329e10958fae6058ba67f21306c638adf6c (diff) |
Remove finished TODO.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -176,8 +176,6 @@ int thread_worker(thread_param *param) { continue; } - // TODO accelerate by checking the padding at first - uint_fast32_t blk_cnt = ciphertext_length >> 3; for (uint_fast32_t blk = 0; blk < blk_cnt; ++blk) { des_ecb_decrypt( |