Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CipherInfo ¶
type CipherInfo struct { KeyLen int IvLen int NewStream func(key, iv []byte, isEncode bool) (cipher.Stream, error) }
CipherInfo cipher information
func GetCipherInfo ¶
func GetCipherInfo(method string) (info CipherInfo, ok bool)
GetCipherInfo 根据方法获得 Cipher information
Click to show internal directories.
Click to hide internal directories.