Documentation ¶
Overview ¶
Package aes implements AES encryption (formerly Rijndael), as defined in U.S. Federal Information Processing Standards Publication 197.
Index ¶
Constants ¶
View Source
const BlockSize = 16
The AES block size in bytes.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type KeySizeError ¶
type KeySizeError int
func (KeySizeError) Error ¶
func (k KeySizeError) Error() string
Source Files ¶
Click to show internal directories.
Click to hide internal directories.