mask.go 158 B

123456
  1. package v2raywebsocket
  2. import _ "unsafe"
  3. //go:linkname maskBytes github.com/sagernet/websocket.maskBytes
  4. func maskBytes(key [4]byte, pos int, b []byte) int