Documentation
¶
Overview ¶
ANSI X9.23
ISO 10126 ¶
PKCS#7
Zero padding
Index ¶
Constants ¶
View Source
const ( BlockSize int = aes.BlockSize AES128 = 16 AES192 = 24 AES256 = 32 )
Variables ¶
This section is empty.
Functions ¶
func GenerateIV ¶
Types ¶
type CBC ¶
type CBC struct {
// contains filtered or unexported fields
}
func (*CBC) ZeroPadding ¶
func (m *CBC) ZeroPadding()
type ECB ¶
type ECB struct {
// contains filtered or unexported fields
}
func (*ECB) ZeroPadding ¶
func (m *ECB) ZeroPadding()
type ModeInterface ¶
Click to show internal directories.
Click to hide internal directories.