Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBlockCiphers ¶
func GetBlockCiphers() map[string]IBlockCipher
Types ¶
type IBlockCipher ¶
type IBlockCipher interface { KeyLen() int IVLen() int NewBlock(key []byte, iv []byte, decryptOrEncrypt int) (cipher.BlockMode, error) }
func GetBlockCipher ¶
func GetBlockCipher(method string) IBlockCipher
Click to show internal directories.
Click to hide internal directories.