Documentation ¶
Index ¶
- Constants
- func DesEcb(keyValue []byte, txtValue []byte, flag int) ([]byte, error)
- func GetSubKeyDES(ckKey []byte, dvsData []byte) ([]byte, error)
- func GetSubKey_S(key, dvs string) (out string, err error)
- func PbocMac(key []byte, iv []byte, data []byte, macLen int) ([]byte, error)
- func TripleDesEcb(keyValue []byte, txtValue []byte, flag int) ([]byte, error)
- func TripleDes_S(key string, plain string, flag int) (out string, err error)
Constants ¶
View Source
const ( CNT_MODE_DECRYPT = 0 CNT_MODE_ENCRYPT = 1 )
Variables ¶
This section is empty.
Functions ¶
func GetSubKeyDES ¶
GetSubKeyDES 密钥分散
func GetSubKey_S ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.