feat: add gpg command encrypt/decrypt support

This commit is contained in:
2023-12-26 23:31:42 +08:00
parent 5f04aa5783
commit e60f491801
2 changed files with 95 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ mod util_progress;
mod util_piv;
#[cfg(feature = "smartcard")]
mod util_pgp;
mod util_gpg;
mod util_ecdh;
mod compress;
mod config;