1
0
Fork 0
mirror of https://github.com/TransparentLC/opencl_vanity_gpg.git synced 2025-10-20 07:14:09 +00:00

Update main.rs

This commit is contained in:
✨小透明・宸✨ 2025-01-08 23:54:28 +08:00
parent f53ffd1c60
commit 81434d41d8
No known key found for this signature in database
GPG key ID: C90F42D9852EE21E

View file

@ -203,7 +203,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
let args = if cfg!(debug_assertions) {
Args {
cipher_suite: CipherSuite::RSA3072,
cipher_suite: CipherSuite::Ed25519,
user_id: String::from("Dummy <dummy@example.com>"),
pattern: Some(String::from("XXXYYYZZZWWW")),
filter: None,