Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrUnknownFlag = errors.New("unknown flag") ErrUnknownEncryptType = errors.New("unknown encrypt type") )
Functions ¶
This section is empty.
Types ¶
type Codec ¶
type Codec struct { WtSessionTicketKey []byte // contains filtered or unexported fields }
type EncryptionMethod ¶
type EncryptionMethod byte
const ( EM_ECDH EncryptionMethod = iota EM_ST )
nolint
Click to show internal directories.
Click to hide internal directories.