YubiKey plugin protocol

This commit is contained in:
Jack Grigg
2021-01-04 01:05:39 +00:00
parent 12df32817c
commit 5a85a15341
7 changed files with 598 additions and 12 deletions
Generated
+3 -1
View File
@@ -43,6 +43,7 @@ version = "0.0.0"
dependencies = [
"age-core",
"age-plugin",
"base64",
"bech32",
"chrono",
"console",
@@ -52,7 +53,8 @@ dependencies = [
"hex",
"log",
"p256",
"rand 0.8.3",
"rand 0.7.3",
"secrecy",
"sha2",
"x509",
"x509-parser",