Documentation ¶
Index ¶
- func DesDecryptCBC(crypted, key []byte) ([]byte, error)
- func DesDecryptECB(crypted, key []byte) ([]byte, error)
- func DesEncryptCBC(origData, key []byte) ([]byte, error)
- func DesEncryptECB(origData, key []byte) ([]byte, error)
- func TripleDesDecryptCBC(crypted, key []byte) ([]byte, error)
- func TripleDesDecryptECB(crypted, key []byte) ([]byte, error)
- func TripleDesEncryptCBC(origData, key []byte) ([]byte, error)
- func TripleDesEncryptECB(origData, key []byte) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DesDecryptCBC ¶
func DesDecryptECB ¶
func DesEncryptCBC ¶
func DesEncryptECB ¶
func TripleDesDecryptCBC ¶
func TripleDesDecryptECB ¶
func TripleDesEncryptCBC ¶
func TripleDesEncryptECB ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.