Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CipherMode ¶
type CipherMode interface { SetPadding(padding Padding) CipherMode Cipher(block cipher.Block, iv []byte) Cipher }
func NewCBCMode ¶
func NewCBCMode() CipherMode
func NewECBMode ¶
func NewECBMode() CipherMode
Click to show internal directories.
Click to hide internal directories.