Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockModesImpl ¶
type BlockModesImpl struct {
// contains filtered or unexported fields
}
BlockModesImpl is a collection of unexported `crypto/cipher` block cipher mode special case implementations.
func (*BlockModesImpl) Init ¶
func (m *BlockModesImpl) Init(b cipher.Block)
func (*BlockModesImpl) NewCBCDecrypter ¶
func (m *BlockModesImpl) NewCBCDecrypter(iv []byte) cipher.BlockMode
Click to show internal directories.
Click to hide internal directories.