From 81434d41d8373c99c41ee5ba8bdc30a742522b53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9C=A8=E5=B0=8F=E9=80=8F=E6=98=8E=E3=83=BB=E5=AE=B8?= =?UTF-8?q?=E2=9C=A8?= <47057319+TransparentLC@users.noreply.github.com> Date: Wed, 8 Jan 2025 23:54:28 +0800 Subject: [PATCH] Update main.rs --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index e09eb7c..2261c25 100644 --- a/src/main.rs +++ b/src/main.rs @@ -203,7 +203,7 @@ fn main() -> Result<(), Box> { let args = if cfg!(debug_assertions) { Args { - cipher_suite: CipherSuite::RSA3072, + cipher_suite: CipherSuite::Ed25519, user_id: String::from("Dummy "), pattern: Some(String::from("XXXYYYZZZWWW")), filter: None,