mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-12-29 13:35:20 -05:00
fix a bug in vmess encoding
This commit is contained in:
@@ -15,10 +15,10 @@ import (
|
||||
|
||||
func hashTimestamp(t protocol.Timestamp) []byte {
|
||||
bytes := make([]byte, 0, 32)
|
||||
t.Bytes(bytes)
|
||||
t.Bytes(bytes)
|
||||
t.Bytes(bytes)
|
||||
t.Bytes(bytes)
|
||||
bytes = t.Bytes(bytes)
|
||||
bytes = t.Bytes(bytes)
|
||||
bytes = t.Bytes(bytes)
|
||||
bytes = t.Bytes(bytes)
|
||||
return bytes
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user