Documentation
¶
Index ¶
- func AESCBCDecrypt(src []byte, key, iv []byte) ([]byte, error)
- func AESCBCEncrypt(src, key, iv []byte) ([]byte, error)
- func AESECBDecrypt(src, key []byte) ([]byte, error)
- func AESECBEncrypt(src, key []byte) ([]byte, error)
- func NewECBDecrypter(b cipher.Block) cipher.BlockMode
- func NewECBEncrypter(b cipher.Block) cipher.BlockMode
- func Xor(src, key []byte) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AESCBCEncrypt ¶
func NewECBDecrypter ¶
NewECBDecrypter returns a BlockMode which decrypts in electronic code book mode, using the given Block.
func NewECBEncrypter ¶
NewECBEncrypter returns a BlockMode which encrypts in electronic code book mode, using the given Block.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.