From e0c73f09776ba24a6f37c369c4105c2d589a7a17 Mon Sep 17 00:00:00 2001 From: Keuin Date: Fri, 27 May 2022 22:38:07 +0800 Subject: Remove finished TODO. --- main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index 063b1bd..e2493d3 100644 --- a/main.c +++ b/main.c @@ -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( -- cgit v1.2.3