From 7eb40a24986bb20da21f5eb287d751ae4c4b82e3 Mon Sep 17 00:00:00 2001 From: Daniel <63293432+DanielProg39@users.noreply.github.com> Date: Mon, 6 Feb 2023 12:58:52 +0200 Subject: [PATCH] A fix --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index f203a92..7b7197b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -61,7 +61,6 @@ fn main() { brute_force(256); brute_force(512); brute_force(1024); - brute_force(1024); brute_force(2048); brute_force(4096); }