Classes for the 3-Way block cipher. More...
Go to the source code of this file.
Classes | |
class | ThreeWay_Info |
The cipher's key, iv, block size and name information. More... | |
class | ThreeWay |
Provides 3-Way encryption and decryption. More... | |
class | ThreeWay::Base |
Class specific implementation and overrides used to operate the cipher. | |
class | ThreeWay::Enc |
Class specific methods used to operate the cipher in the forward direction. | |
class | ThreeWay::Dec |
Class specific methods used to operate the cipher in the reverse direction. | |
Typedefs | |
typedef ThreeWay::Encryption | ThreeWayEncryption |
typedef ThreeWay::Decryption | ThreeWayDecryption |
Classes for the 3-Way block cipher.
Definition in file 3way.h.