mirror of
https://github.com/SagerNet/sing-shadowsocks.git
synced 2025-04-03 20:07:40 +03:00
9 lines
156 B
Go
9 lines
156 B
Go
//go:build !go1.20
|
|
|
|
package shadowaead_2022
|
|
|
|
import _ "unsafe"
|
|
|
|
//go:linkname xorWords crypto/cipher.xorWords
|
|
//go:noescape
|
|
func xorWords(dst, a, b []byte)
|