feat(sdk): OPAQUE auth module with state persistence
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user