feat: 1.10.21, add hmac-encrypt, hmac-decrypt
This commit is contained in:
@@ -9,6 +9,8 @@ mod cmd_chall;
|
||||
mod cmd_challconfig;
|
||||
mod cmd_ecverify;
|
||||
mod cmd_hmac_sha1;
|
||||
mod cmd_hmacencrypt;
|
||||
mod cmd_hmacdecrypt;
|
||||
mod cmd_list;
|
||||
#[cfg(feature = "with-sequoia-openpgp")]
|
||||
mod cmd_pgp;
|
||||
@@ -101,6 +103,8 @@ fn inner_main() -> CommandError {
|
||||
Box::new(cmd_list::CommandImpl),
|
||||
Box::new(cmd_chall::CommandImpl),
|
||||
Box::new(cmd_hmac_sha1::CommandImpl),
|
||||
Box::new(cmd_hmacencrypt::CommandImpl),
|
||||
Box::new(cmd_hmacdecrypt::CommandImpl),
|
||||
Box::new(cmd_challconfig::CommandImpl),
|
||||
Box::new(cmd_rsaencrypt::CommandImpl),
|
||||
Box::new(cmd_rsadecrypt::CommandImpl),
|
||||
|
||||
Reference in New Issue
Block a user