mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 18:55:32 +00:00
udp: start work on HMAC connection ID generation and validation
This commit is contained in:
parent
26e2e87437
commit
dc4523ede5
4 changed files with 124 additions and 13 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue