Skip to content

Commit

Permalink
add a lean implementation of vmess protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
amiremohamadi committed May 24, 2024
1 parent bf64dcc commit 34b9311
Show file tree
Hide file tree
Showing 7 changed files with 675 additions and 1 deletion.
216 changes: 216 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ futures-util = "0.3.28"
pin-project-lite = "0.2"
uuid = "1.8.0"
bytes = "1.4.0"
aes-gcm = "0.10"
aes = "0.8"
sha2 = "0.10"
md-5 = "0.10"
getrandom = { version = "0.2", features = ["js"] }

[profile.release]
opt-level = "s"
Expand Down
Loading

0 comments on commit 34b9311

Please sign in to comment.