package cipher import ( `errors` ) var ( ErrBadKeyLen error = errors.New("the specified key does not match the Cipher.BlockSize size") )