Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Typedefs
rc2.h File Reference

Classes for the RC2 block cipher. More...

#include "seckey.h"
#include "secblock.h"
#include "algparam.h"
Include dependency graph for rc2.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RC2_Info
 RC2 block cipher information. More...
 
class  RC2
 RC2 block cipher. More...
 
class  RC2::Base
 Class specific methods used to operate the cipher. More...
 
class  RC2::Enc
 Class specific methods used to operate the cipher in the forward direction. More...
 
class  RC2::Dec
 Class specific methods used to operate the cipher in the reverse direction. More...
 
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
 

Detailed Description

Classes for the RC2 block cipher.

Definition in file rc2.h.

Typedef Documentation

Definition at line 90 of file rc2.h.

Definition at line 89 of file rc2.h.