Versions in this module Expand all Collapse all v1 v1.0.1 Apr 14, 2020 Changes in this version + type IProtocol interface + GetData func() interface{} + GetServerInfo func() *ssr.ServerInfoForObfs + PostDecrypt func(data []byte) ([]byte, int, error) + PreEncrypt func(data []byte) ([]byte, error) + SetData func(data interface{}) + SetServerInfo func(s *ssr.ServerInfoForObfs) + func NewAuthAES128MD5() IProtocol + func NewAuthAES128SHA1() IProtocol + func NewAuthSHA1v4() IProtocol + func NewOrigin() IProtocol + func NewProtocol(name string) IProtocol + func NewVerifySHA1() IProtocol