1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-03 06:30:42 +00:00

noescape on asm functions

This commit is contained in:
Darien Raymond 2018-11-19 00:33:20 +01:00
parent 97b7c303b0
commit 91227581e5
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -1,4 +1,7 @@
package kcp
//go:noescape
func xorfwd(x []byte)
//go:noescape
func xorbkd(x []byte)