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

CAST256 block cipher. More...

#include <cast.h>

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

Classes

class  Base
 CAST256 block cipher default operation. More...
 

Public Types

typedef BlockCipherFinal< ENCRYPTION, BaseEncryption
 
typedef BlockCipherFinal< DECRYPTION, BaseDecryption
 
- 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 CAST256_Info
CRYPTOPP_STATIC_CONSTEXPR const char * StaticAlgorithmName ()
 
- Public Member Functions inherited from VariableKeyLength< 16, 16, 32, 4 >
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

CAST256 block cipher.

See also
CAST-256

Definition at line 77 of file cast.h.

Member Typedef Documentation

Definition at line 98 of file cast.h.

Definition at line 97 of file cast.h.


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