Client auth, Encryption module

This commit is contained in:
Alex-Emmet 2026-01-18 21:42:48 +01:00
commit 7dd3428e00
10 changed files with 582 additions and 167 deletions

View file

@ -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"