Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ECDH = &EncryptECDH{}
Functions ¶
This section is empty.
Types ¶
type EncryptECDH ¶
func (*EncryptECDH) DoEncrypt ¶
func (e *EncryptECDH) DoEncrypt(d, k []byte) []byte
func (*EncryptECDH) FetchPubKey ¶
func (e *EncryptECDH) FetchPubKey(uin int64)
FetchPubKey 从服务器获取PubKey
func (*EncryptECDH) Id ¶
func (e *EncryptECDH) Id() byte
type EncryptSession ¶
type EncryptSession struct {
T133 []byte
}
func NewEncryptSession ¶
func NewEncryptSession(t133 []byte) *EncryptSession
func (*EncryptSession) DoEncrypt ¶
func (e *EncryptSession) DoEncrypt(d, k []byte) []byte
func (*EncryptSession) Id ¶
func (e *EncryptSession) Id() byte
Click to show internal directories.
Click to hide internal directories.