feat: v1.10.10, se-ecdh and se-ecsign

This commit is contained in:
2024-12-15 12:55:44 +08:00
parent 25b0efd272
commit df6e7eee55
10 changed files with 343 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ impl Command for CommandImpl {
fn subcommand<'a>(&self) -> App<'a, 'a> {
SubCommand::with_name(self.name())
.about("Secure Enclave subcommand")
.about("Secure Enclave generate subcommand")
.arg(
Arg::with_name("type")
.long("type")