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

Classes for the CAST-128 and CAST-256 block ciphers. More...

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

Go to the source code of this file.

Classes

class  CAST
 CAST block cipher base. More...
 
class  CAST128_Info
 CAST128 block cipher information. More...
 
class  CAST128
 CAST128 block cipher. More...
 
class  CAST128::Base
 CAST128 block cipher default operation. More...
 
class  CAST128::Enc
 CAST128 block cipher encryption operation. More...
 
class  CAST128::Dec
 CAST128 block cipher decryption operation. More...
 
class  CAST256_Info
 CAST256 block cipher information. More...
 
class  CAST256
 CAST256 block cipher. More...
 
class  CAST256::Base
 CAST256 block cipher default operation. More...
 

Typedefs

typedef CAST128::Encryption CAST128Encryption
 
typedef CAST128::Decryption CAST128Decryption
 
typedef CAST256::Encryption CAST256Encryption
 
typedef CAST256::Decryption CAST256Decryption
 

Detailed Description

Classes for the CAST-128 and CAST-256 block ciphers.

Definition in file cast.h.

Typedef Documentation

Definition at line 102 of file cast.h.

Definition at line 101 of file cast.h.

Definition at line 105 of file cast.h.

Definition at line 104 of file cast.h.