mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 12:14:02 +03:00
Proxy is working in a simple mode now
This commit is contained in:
@@ -13,11 +13,3 @@ func makeAesCtr(key, iv []byte) cipher.Stream {
|
||||
|
||||
return cipher.NewCTR(block, iv)
|
||||
}
|
||||
|
||||
func invertByteSlices(dst, src []byte) {
|
||||
lenDst := len(dst) - 1
|
||||
|
||||
for i, v := range src {
|
||||
dst[lenDst-i] = v
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user