mirror of
https://github.com/SagerNet/sing-shadowsocks.git
synced 2025-04-04 12:27:39 +03:00
7 lines
136 B
Go
7 lines
136 B
Go
package shadowaead_2022
|
|
|
|
import _ "unsafe"
|
|
|
|
//go:linkname xorWords crypto/cipher.xorWords
|
|
//go:noescape
|
|
func xorWords(dst, a, b []byte)
|