Use FNV-1a hash instead of SHA2 for relay ID generation

This commit is contained in:
Marcin Kulik
2025-05-11 20:24:24 +02:00
parent 299242550d
commit 71fc63d164
6 changed files with 39 additions and 20 deletions

View File

@@ -42,7 +42,6 @@ rgb = "0.8.37"
url = "2.5.0"
tokio-tungstenite = { version = "0.26.2", features = ["rustls-tls-native-roots"] }
rustls = { version = "0.23.26", default-features = false, features = ["aws_lc_rs"] }
sha2 = "0.10.8"
tokio-util = "0.7.10"
[build-dependencies]