feat: v1.1.1, supports file in for pgp-card-sign

This commit is contained in:
2022-04-03 16:36:28 +08:00
parent 8668479b4e
commit 97a29546bd
4 changed files with 73 additions and 9 deletions

View File

@@ -44,6 +44,10 @@ $ cargo r -- pgp-card-decrypt -c $(cat enc.txt | xxd -ps -c 11111)
sign
```
$ cargo r -- pgp-card-sign -2 $(shasum -a 256 test.txt | awk '{print $1}')
OR
$ cargo r -- pgp-card-sign --in test.txt --use-sha256
```
verify