Client auth, Encryption module
This commit is contained in:
parent
10b5c05de4
commit
7dd3428e00
10 changed files with 582 additions and 167 deletions
|
|
@ -51,3 +51,8 @@ livekit-api = "0.4.10"
|
|||
dotenv = "0.15.0"
|
||||
aes-gcm = "0.10.3"
|
||||
tokio-native-tls = "0.3.1"
|
||||
hkdf = "0.12.4"
|
||||
chacha20poly1305 = "0.10.1"
|
||||
block-modes = "0.9.1"
|
||||
cbc = "0.1.2"
|
||||
aes = "0.8.4"
|
||||
|
|
|
|||
Loading…
Reference in a new issue