cred-helper done

This commit is contained in:
Mars Ultor
2025-04-19 22:09:24 -05:00
parent 856c4ddb36
commit 0fc3887ad0
2144 changed files with 25460 additions and 3 deletions
+8 -1
View File
@@ -6,4 +6,11 @@ edition = "2021"
[dependencies]
common = { path = "../common" }
zeroize = "1.8.1"
sha2 = "0.10.8"
hkdf = "0.12.4"
aes-gcm = "0.10.3"
rsa = "0.9.8"
x25519-dalek = "2.0.1"
ed25519-dalek = {version="2.1.1", features=["rand_core", "serde", "pkcs8", "alloc" , "pem", "std"]}
rand = "0.9.1"