Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Public Types | List of all members
CAST128 Class Reference

CAST128 block cipher. More...

#include <cast.h>

Inheritance diagram for CAST128:
[legend]
Collaboration diagram for CAST128:
[legend]

Classes

class  Base
 CAST128 block cipher default operation. More...
 
class  Dec
 CAST128 block cipher decryption operation. More...
 
class  Enc
 CAST128 block cipher encryption operation. More...
 

Public Types

typedef BlockCipherFinal< ENCRYPTION, EncEncryption
 
typedef BlockCipherFinal< DECRYPTION, DecDecryption
 
- Public Types inherited from BlockCipherDocumentation
typedef BlockCipher Encryption
 implements the BlockCipher interface More...
 
typedef BlockCipher Decryption
 implements the BlockCipher interface More...
 

Additional Inherited Members

- Public Member Functions inherited from CAST128_Info
CRYPTOPP_STATIC_CONSTEXPR const char * StaticAlgorithmName ()
 
- Public Member Functions inherited from VariableKeyLength< 16, 5, 16 >
CRYPTOPP_STATIC_CONSTEXPR size_t CRYPTOPP_API StaticGetValidKeyLength (size_t keylength)
 The minimum key length used by the algorithm provided as a constant. More...
 

Detailed Description

CAST128 block cipher.

See also
CAST-128

Definition at line 32 of file cast.h.

Member Typedef Documentation

Definition at line 64 of file cast.h.

Definition at line 63 of file cast.h.


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