type crypto/aes.KeySizeError
3 uses
crypto/aes (current package)
aes.go#L26: type KeySizeError int
aes.go#L28: func (k KeySizeError) Error() string {
aes.go#L40: return nil, KeySizeError(k)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)