feat: works with errors

This commit is contained in:
2024-08-15 23:19:05 +08:00
parent 5d410e76b2
commit e31190d4e5
7 changed files with 207 additions and 137 deletions

7
Cargo.lock generated
View File

@@ -406,6 +406,12 @@ version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hkdf"
version = "0.12.4"
@@ -585,6 +591,7 @@ dependencies = [
name = "native-pkcs11-piv"
version = "0.2.18"
dependencies = [
"hex",
"native-pkcs11-traits",
"p256",
"pinentry",