From b8e6661c7035801caad3af60d4b3e7b3b78658bb Mon Sep 17 00:00:00 2001 From: Cutieguwu Date: Sun, 30 Nov 2025 10:43:36 -0500 Subject: [PATCH] Apparently I also still had an extra character... --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 4c5f5ea..300c4cc 100644 --- a/src/main.rs +++ b/src/main.rs @@ -7,7 +7,7 @@ use num_cpus; static MAX_THREADS: LazyLock = LazyLock::new(|| num_cpus::get()); const TARGET: [u8; 16] = hex_literal::hex!("e809236d4b94e54174e666cf3b1f53ce"); -const KNOWN: &str = "CYBERSCI(PUNCH_C4RD_1S_7H3_FL4SH_ST0R@GE_OF_"; +const KNOWN: &str = "CYBERSCI(PUNCHC4RD_1S_7H3_FL4SH_ST0R@GE_OF_"; const KNOWN_TRAIL: &str = ")"; fn main() {