Documentation ¶
Overview ¶
Package aes implements AES128 ECB hashing
Index ¶
Constants ¶
View Source
const BlockSize = 16
Variables ¶
This section is empty.
Functions ¶
Types ¶
type KeySizeError ¶
type KeySizeError int
Here for compatibility with 'crypto/aes'
func (KeySizeError) Error ¶
func (k KeySizeError) Error() string
Here for compatibility with 'crypto/aes'
Click to show internal directories.
Click to hide internal directories.