udp: start work on HMAC connection ID generation and validation

This commit is contained in:
Joakim Frostegård 2022-04-13 21:24:43 +02:00
parent 26e2e87437
commit dc4523ede5
4 changed files with 124 additions and 13 deletions

View file

@ -24,8 +24,10 @@ aquatic_toml_config = { version = "0.2.0", path = "../aquatic_toml_config" }
aquatic_udp_protocol = { version = "0.2.0", path = "../aquatic_udp_protocol" }
anyhow = "1"
blake3 = { version = "1", features = ["traits-preview"] }
cfg-if = "1"
crossbeam-channel = "0.5"
getrandom = "0.2"
hex = "0.4"
log = "0.4"
mimalloc = { version = "0.1", default-features = false }