Move crypto.rs into common

- Refactor code and move crypto.rs into the common subdirectory.
- Fixed comments
This commit is contained in:
Malte Meiboom
2026-05-06 12:34:21 +02:00
parent bf53af50ec
commit f2260bc335
13 changed files with 45 additions and 47 deletions
+7
View File
@@ -104,6 +104,13 @@ pub struct IntroducerRemoveCommand {
help = "Certificate to be removed as introducer."
)]
pub cert: String,
#[clap(
long = "demote",
help = "Remove introducing capabilities, but keep certificate authenticated.",
default_value_t = false,
)]
pub demote: bool,
}
// Local subcommands