github.com/Asutorufa/yuhaiin@v0.3.6-0.20240502055049-7984da7023a0/pkg/net/proxy/shadowsocksr/protocol/auth_aes128_sha1.go (about)

     1  package protocol
     2  
     3  import "crypto"
     4  
     5  func NewAuthAES128SHA1(info Protocol) protocol { return newAuthAES128(info, crypto.SHA1) }