Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | List of all members
RC2::Decryption Class Reference

Class specific methods used to operate the cipher in the reverse direction. More...

#include <rc2.h>

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

Public Member Functions

 Decryption ()
 
 Decryption (const byte *key, size_t keyLen=DEFAULT_KEYLENGTH)
 
 Decryption (const byte *key, size_t keyLen, int effectiveKeyLen)
 
- Public Member Functions inherited from BlockCipherFinal< DECRYPTION, Dec >
 BlockCipherFinal ()
 Construct a default BlockCipherFinal. More...
 
 BlockCipherFinal (const byte *key)
 Construct a BlockCipherFinal. More...
 
 BlockCipherFinal (const byte *key, size_t length)
 Construct a BlockCipherFinal. More...
 
 BlockCipherFinal (const byte *key, size_t length, unsigned int rounds)
 Construct a BlockCipherFinal. More...
 
bool IsForwardTransformation () const
 Provides the direction of the cipher. More...
 
- Public Member Functions inherited from ClonableImpl< BlockCipherFinal< DIR, Dec >, Dec >
ClonableClone () const
 

Detailed Description

Class specific methods used to operate the cipher in the reverse direction.

Implementations and overrides in Decryption apply to DECRYPTION.

Definition at line 78 of file rc2.h.

Constructor & Destructor Documentation

RC2::Decryption::Decryption ( )
inline

Definition at line 81 of file rc2.h.

RC2::Decryption::Decryption ( const byte key,
size_t  keyLen = DEFAULT_KEYLENGTH 
)
inline

Definition at line 82 of file rc2.h.

RC2::Decryption::Decryption ( const byte key,
size_t  keyLen,
int  effectiveKeyLen 
)
inline

Definition at line 84 of file rc2.h.

Here is the call graph for this function:


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