Fabcoin Core  0.16.2
P2P Digital Currency
Classes | List of all members
RC2 Class Reference

RC2 block cipher. More...

#include <rc2.h>

Inheritance diagram for RC2:
[legend]
Collaboration diagram for RC2:
[legend]

Classes

class  Base
 Class specific methods used to operate the cipher. More...
 
class  Dec
 Class specific methods used to operate the cipher in the reverse direction. More...
 
class  Decryption
 Class specific methods used to operate the cipher in the reverse direction. More...
 
class  Enc
 Class specific methods used to operate the cipher in the forward direction. More...
 
class  Encryption
 Class specific methods used to operate the cipher in the forward direction. More...
 

Additional Inherited Members

- Public Types inherited from BlockCipherDocumentation
typedef BlockCipher Encryption
 implements the BlockCipher interface More...
 
typedef BlockCipher Decryption
 implements the BlockCipher interface More...
 
- Public Member Functions inherited from RC2_Info
CRYPTOPP_STATIC_CONSTEXPR const char * StaticAlgorithmName ()
 
- Public Member Functions inherited from VariableKeyLength< 16, 1, 128 >
CRYPTOPP_STATIC_CONSTEXPR size_t CRYPTOPP_API StaticGetValidKeyLength (size_t keylength)
 The minimum key length used by the algorithm provided as a constant. More...
 

Detailed Description

RC2 block cipher.

See also
RC2 on the Crypto Lounge.

Definition at line 27 of file rc2.h.


The documentation for this class was generated from the following file: