Documentation ¶
Overview ¶
Package rc2 implements the RC2 cipher
https://www.ietf.org/rfc/rfc2268.txt http://people.csail.mit.edu/rivest/pubs/KRRR98.pdf
This code is licensed under the MIT license.
Index ¶
Constants ¶
View Source
const BlockSize = 8
The rc2 block size in bytes
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EffectiveKeySizeError ¶
type EffectiveKeySizeError int
EffectiveKeySizeError indicates the supplied effective key length was invalid
func (EffectiveKeySizeError) Error ¶
func (k EffectiveKeySizeError) Error() string
type KeySizeError ¶
type KeySizeError int
KeySizeError indicates the supplied key was invalid
func (KeySizeError) Error ¶
func (k KeySizeError) Error() string
Click to show internal directories.
Click to hide internal directories.