Chore: make hadowsocks2 lib embed

This commit is contained in:
yaling888
2022-05-24 20:28:18 +08:00
parent 39d524dc18
commit e7b8c9b9db
20 changed files with 1060 additions and 36 deletions

View File

@ -4,7 +4,8 @@ import (
"crypto/aes"
"crypto/cipher"
"github.com/Dreamacro/go-shadowsocks2/shadowaead"
"github.com/Dreamacro/clash/transport/shadowsocks/shadowaead"
"golang.org/x/crypto/argon2"
"golang.org/x/crypto/chacha20poly1305"
)