mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-10 02:53:12 +00:00
7 lines
158 B
Go
7 lines
158 B
Go
|
package v2raywebsocket
|
||
|
|
||
|
import _ "unsafe"
|
||
|
|
||
|
//go:linkname maskBytes github.com/sagernet/websocket.maskBytes
|
||
|
func maskBytes(key [4]byte, pos int, b []byte) int
|