github.com/sagernet/sing-box@v1.2.7/transport/v2raywebsocket/mask.go (about) 1 package v2raywebsocket 2 3 import _ "unsafe" 4 5 //go:linkname maskBytes github.com/sagernet/websocket.maskBytes 6 func maskBytes(key [4]byte, pos int, b []byte) int