test client server opaque

This commit is contained in:
2025-12-13 16:55:17 -06:00
parent 246fd97f5b
commit e0f79344a6
10 changed files with 572 additions and 224 deletions

View File

@@ -7,7 +7,7 @@ edition = "2024"
opaque-ke = { version = "4.0.1",default-features = true, features = [ "std","argon2"] }
rand = { version = "0.8.5", features = ["std"] }
sha2 = "0.10.9"
uuid = "1.19.0"
getset = "0.1.6"
async-trait = "0.1.89"
uuid = { version = "1.19.0", features = ["v4"] }
tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread", "sync"] }