feat(sdk): OPAQUE auth module with state persistence

This commit is contained in:
2026-03-04 12:39:33 +01:00
parent 011ff541bb
commit 67983c7a40
5 changed files with 442 additions and 0 deletions

View File

@@ -24,6 +24,10 @@ rand = { workspace = true }
sha2 = { workspace = true }
rustls = { workspace = true }
quinn = { workspace = true }
opaque-ke = { workspace = true }
chacha20poly1305 = { workspace = true }
bytes = { workspace = true }
prost = { workspace = true }
[dev-dependencies]
tokio = { workspace = true, features = ["test-util"] }