Documentation ¶
Overview ¶
Package xorcipher implements XOR Cipher.
Index ¶
Constants ¶
View Source
const BlockSize = 1
The XOR Cipher "block size" in bytes.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type KeySizeError ¶
type KeySizeError int
KeySizeError represents an error due to an invalid key size.
func (KeySizeError) Error ¶
func (k KeySizeError) Error() string
Error returns a string representation of the KeySizeError k.
Click to show internal directories.
Click to hide internal directories.