feat: v1.10.11, ec-verify

This commit is contained in:
2024-12-15 20:52:49 +08:00
parent 4406cf6d2e
commit cd6e34ffd8
5 changed files with 96 additions and 14 deletions

View File

@@ -7,6 +7,7 @@ use rust_util::util_clap::{Command, CommandError};
mod argsutil;
mod cmd_chall;
mod cmd_challconfig;
mod cmd_ecverify;
mod cmd_hmac_sha1;
mod cmd_list;
#[cfg(feature = "with-sequoia-openpgp")]
@@ -136,6 +137,7 @@ fn inner_main() -> CommandError {
Box::new(cmd_se_ecsign::CommandImpl),
#[cfg(feature = "with-secure-enclave")]
Box::new(cmd_se_ecdh::CommandImpl),
Box::new(cmd_ecverify::CommandImpl),
];
#[allow(clippy::vec_init_then_push)]