Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AuthCrypt ¶
type AuthCrypt struct {
// contains filtered or unexported fields
}
func (*AuthCrypt) DecryptRecv ¶
func (*AuthCrypt) EncryptSend ¶
type ClientAuthCrypt ¶
type ClientAuthCrypt struct {
// contains filtered or unexported fields
}
func (*ClientAuthCrypt) DecryptRecv ¶
func (ac *ClientAuthCrypt) DecryptRecv(b []byte)
func (*ClientAuthCrypt) EncryptSend ¶
func (ac *ClientAuthCrypt) EncryptSend(b []byte)
func (*ClientAuthCrypt) Init ¶
func (ac *ClientAuthCrypt) Init(k []byte)
Click to show internal directories.
Click to hide internal directories.