feat(rust): add crypto module (HKDF + AES-256-GCM + RSA verify)

This commit is contained in:
2026-05-18 22:05:36 +08:00
parent b7a947409a
commit f9203e077e
3 changed files with 148 additions and 0 deletions
+3
View File
@@ -24,6 +24,9 @@ chrono = { version = "0.4", features = ["serde"] }
[target.'cfg(target_os = "windows")'.dependencies]
windows-sys = { version = "0.52", features = ["Win32_System_Diagnostics_Debug"], optional = true }
[dev-dependencies]
rand = "0.8"
[build-dependencies]
sha2 = "0.10"