feat: 1.9.7, add pinentry support

This commit is contained in:
2024-06-30 23:34:53 +08:00
parent 6e32dc341c
commit 14585af7c6
16 changed files with 170 additions and 26 deletions

View File

@@ -46,6 +46,7 @@ mod cmd_signfile;
mod cmd_verifyfile;
mod signfile;
mod ecdhutil;
mod pinutil;
pub struct DefaultCommandImpl;