Documentation ¶ Index ¶ func Decrypt(srcData []byte, key []byte, iv []byte, operationMode operation.OperationMode, ...) ([]byte, error) func Encrypt(srcData []byte, key []byte, iv []byte, operationMode operation.OperationMode, ...) ([]byte, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Decrypt ¶ func Decrypt(srcData []byte, key []byte, iv []byte, operationMode operation.OperationMode, paddingMode padding.PaddingMode) ([]byte, error) func Encrypt ¶ func Encrypt(srcData []byte, key []byte, iv []byte, operationMode operation.OperationMode, paddingMode padding.PaddingMode) ([]byte, error) Types ¶ This section is empty. Source Files ¶ View all Source files des.go Click to show internal directories. Click to hide internal directories.