1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-27 22:36:12 -04:00

fix duplicated asm function

This commit is contained in:
v2ray 2016-06-18 10:47:15 +02:00
parent f54da94d03
commit b5ab714b52
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// +build !amd64
package kcp
// xorfwd performs XOR forwards in words, x[i] ^= x[i-4], i from 0 to len

View File

@ -0,0 +1,4 @@
package kcp
func xorfwd(x []byte)
func xorbkd(x []byte)