mirror of https://github.com/v2ray/v2ray-core
fix duplicated asm function
parent
f54da94d03
commit
b5ab714b52
|
@ -1,3 +1,5 @@
|
||||||
|
// +build !amd64
|
||||||
|
|
||||||
package kcp
|
package kcp
|
||||||
|
|
||||||
// xorfwd performs XOR forwards in words, x[i] ^= x[i-4], i from 0 to len
|
// xorfwd performs XOR forwards in words, x[i] ^= x[i-4], i from 0 to len
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
package kcp
|
||||||
|
|
||||||
|
func xorfwd(x []byte)
|
||||||
|
func xorbkd(x []byte)
|
Loading…
Reference in New Issue