Apparently I also still had an extra character...

This commit is contained in:
Cutieguwu
2025-11-30 10:43:36 -05:00
parent 84bd4f7f9f
commit b8e6661c70

View File

@@ -7,7 +7,7 @@ use num_cpus;
static MAX_THREADS: LazyLock<usize> = 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() {