feat: pgp decrypt

This commit is contained in:
2021-07-18 10:56:48 +08:00
parent 1d1e0ada87
commit 24449711e9
11 changed files with 131 additions and 14 deletions

View File

@@ -10,6 +10,7 @@ mod pgp;
mod pgpcardutil;
mod pgpcardlist;
mod pgpcardsign;
mod pgpcarddecrypt;
mod piv;
mod chall;
mod challconfig;
@@ -32,6 +33,7 @@ fn inner_main() -> CommandError {
Box::new(pgp::CommandImpl),
Box::new(pgpcardlist::CommandImpl),
Box::new(pgpcardsign::CommandImpl),
Box::new(pgpcarddecrypt::CommandImpl),
Box::new(piv::CommandImpl),
Box::new(chall::CommandImpl),
Box::new(challconfig::CommandImpl),