Classes for the RC2 block cipher. More...
Go to the source code of this file.
Classes | |
class | RC2_Info |
The RC2 cipher's key, iv, block size and name information. More... | |
class | RC2 |
The RC2 stream cipher. More... | |
class | RC2::Base |
Class specific methods used to operate the cipher. | |
class | RC2::Enc |
Class specific methods used to operate the cipher in the forward direction. | |
class | RC2::Dec |
Class specific methods used to operate the cipher in the reverse direction. | |
class | RC2::Encryption |
Class specific methods used to operate the cipher in the forward direction. More... | |
class | RC2::Decryption |
Class specific methods used to operate the cipher in the reverse direction. More... | |
Typedefs | |
typedef RC2::Encryption | RC2Encryption |
typedef RC2::Decryption | RC2Decryption |
Classes for the RC2 block cipher.
Definition in file rc2.h.