relay: sender: receiver: add name hashing and move name creation from relay server to sender

This commit is contained in:
Patryk Hegenberg 2024-04-22 21:17:55 +02:00
parent affedf3f3b
commit 5db7d6991c
6 changed files with 122 additions and 35 deletions

View file

@ -26,3 +26,5 @@ tower-http = {version = "0.5.2", features = ["fs"]}
axum-client-ip = "0.6.0"
lazy_static = "1.4.0"
local-ip-address = "0.6.1"
sha2 = "0.10.8"
hex = "0.4.3"