Documentation
¶
Index ¶
- Constants
- func NewAES256(key []byte) Zvpn.Obfuscate
- func NewNothing(k []byte) Zvpn.Obfuscate
- func NewRC4(mstKey []byte) Zvpn.Obfuscate
- type DoNothing
- func (DoNothing) ClientHandShake(conn Zvpn.Conn) (Zvpn.Encrypter, Zvpn.Decrypter, error)
- func (DoNothing) Read(conn Zvpn.Conn, dst []byte) (int, error)
- func (DoNothing) ServerHandShake(conn Zvpn.Conn) (Zvpn.Encrypter, Zvpn.Decrypter, error)
- func (DoNothing) Write(conn Zvpn.Conn, src []byte) (int, error)
Constants ¶
View Source
const (
RC4MaxMasterKeySize = 224
)
Variables ¶
This section is empty.
Functions ¶
func NewNothing ¶
Types ¶
type DoNothing ¶
type DoNothing struct{}
func (DoNothing) ClientHandShake ¶
func (DoNothing) ServerHandShake ¶
Click to show internal directories.
Click to hide internal directories.