mirror of
https://github.com/TransparentLC/opencl_vanity_gpg.git
synced 2025-10-20 15:24:08 +00:00
Update main.rs
This commit is contained in:
parent
f53ffd1c60
commit
81434d41d8
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||||
|
|
||||||
let args = if cfg!(debug_assertions) {
|
let args = if cfg!(debug_assertions) {
|
||||||
Args {
|
Args {
|
||||||
cipher_suite: CipherSuite::RSA3072,
|
cipher_suite: CipherSuite::Ed25519,
|
||||||
user_id: String::from("Dummy <dummy@example.com>"),
|
user_id: String::from("Dummy <dummy@example.com>"),
|
||||||
pattern: Some(String::from("XXXYYYZZZWWW")),
|
pattern: Some(String::from("XXXYYYZZZWWW")),
|
||||||
filter: None,
|
filter: None,
|
||||||
|
|
Loading…
Add table
Reference in a new issue