feat: parse pgp file works

This commit is contained in:
2021-07-10 15:42:38 +08:00
parent a8ca665ce9
commit a7fd036328
4 changed files with 290 additions and 85 deletions

View File

@@ -19,3 +19,8 @@ hex = "0.4"
u2f = "0.2"
openpgp-card = "0.0.1"
sequoia-openpgp = "1.3.0"
chrono = "0.4.19"
simpledateformat = "0.1.2"
ring = "0.16.20"
openssl = "0.10.35"
pem = "0.8.3"