Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Base64 ¶
Base64 function XOR two Base64-encoded string and returns the Base64-encoded result string
func Complement ¶
Complement computes the XOR complement of the passed byte array, ie. Complement(x) = 1 ^ x
Types ¶
type NotSameLengthError ¶
type NotSameLengthError struct {
// contains filtered or unexported fields
}
NotSameLengthError ...
func NewNotSameLengthError ¶
func NewNotSameLengthError() *NotSameLengthError
NewNotSameLengthError ...
func (NotSameLengthError) Error ¶
func (e NotSameLengthError) Error() string
Click to show internal directories.
Click to hide internal directories.