Xray-core/common/crypto
yuhan6665 4eadb8ff64 Add mutex for vmess auth writer
Mutex is needed as we removed pipe in mux server.
The conn writer need to be guarded when multiple sub-connection writing back responses.
2025-09-14 23:33:23 -04:00
..
internal Style: format code by gofumpt (#761) 2021-10-20 00:57:14 +08:00
aes.go Refine must2 and apply NewAesGcm() to all usage (#5011) 2025-08-10 21:37:46 -04:00
auth.go Add mutex for vmess auth writer 2025-09-14 23:33:23 -04:00
auth_test.go Refine must2 and apply NewAesGcm() to all usage (#5011) 2025-08-10 21:37:46 -04:00
benchmark_test.go v1.1.0 2020-12-04 09:36:16 +08:00
chacha20.go v1.1.0 2020-12-04 09:36:16 +08:00
chacha20_test.go Reformat code 2022-05-18 15:29:01 +08:00
chunk.go v1.1.0 2020-12-04 09:36:16 +08:00
chunk_test.go v1.1.0 2020-12-04 09:36:16 +08:00
crypto.go VLESS Encryption: Add customizable 1-RTT padding parameters; Decrease memory using; Chores 2025-08-31 04:09:28 +00:00
io.go Style: format code by gofumpt (#761) 2021-10-20 00:57:14 +08:00