type crypto/des.KeySizeError
4 uses
crypto/des (current package)
cipher.go#L19: type KeySizeError int
cipher.go#L21: func (k KeySizeError) Error() string {
cipher.go#L37: return nil, KeySizeError(len(key))
cipher.go#L85: return nil, KeySizeError(len(key))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)