Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DecryptECB func(cipherText []byte, key []byte, padding int) ([]byte, error) = gdes.DecryptECB
View Source
var EncryptECB func(plainText []byte, key []byte, padding int) ([]byte, error) = gdes.EncryptECB
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.