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

Classes for the 3-Way block cipher. More...

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

Go to the source code of this file.

Classes

class  ThreeWay_Info
 ThreeWay block cipher information. More...
 
class  ThreeWay
 ThreeWay block cipher. More...
 
class  ThreeWay::Base
 Class specific implementation and overrides used to operate the cipher. More...
 
class  ThreeWay::Enc
 Class specific methods used to operate the cipher in the forward direction. More...
 
class  ThreeWay::Dec
 Class specific methods used to operate the cipher in the reverse direction. More...
 

Typedefs

typedef ThreeWay::Encryption ThreeWayEncryption
 
typedef ThreeWay::Decryption ThreeWayDecryption
 

Detailed Description

Classes for the 3-Way block cipher.

Definition in file 3way.h.

Typedef Documentation

Definition at line 64 of file 3way.h.

Definition at line 63 of file 3way.h.