feat: 1.10.21, add hmac-encrypt, hmac-decrypt

This commit is contained in:
2025-03-23 18:23:36 +08:00
parent 31e710d779
commit ea0b091414
8 changed files with 262 additions and 34 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "card-cli"
version = "1.10.20"
version = "1.10.21"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
@@ -52,6 +52,7 @@ der-parser = "9.0"
sshcerts = "0.13"
swift-rs = { version = "1.0.7", optional = true }
regex = "1.4.6"
aes-gcm-stream = "0.2.4"
#lazy_static = "1.4.0"
#ssh-key = "0.4.0"
#ctap-hid-fido2 = "2.1.3"