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

Rijndael block cipher implementation details. More...

#include <rijndael.h>

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

Classes

class  Base
 Rijndael block cipher data processing functionss. More...
 
class  Dec
 Rijndael block cipher data processing functions. More...
 
class  Enc
 Rijndael block cipher data processing functions. 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 VariableKeyLength< 16, 16, 32, 8 >
CRYPTOPP_STATIC_CONSTEXPR size_t CRYPTOPP_API StaticGetValidKeyLength (size_t keylength)
 The minimum key length used by the algorithm provided as a constant. More...
 
- Static Public Member Functions inherited from Rijndael_Info
static CRYPTOPP_DLL const char *CRYPTOPP_API StaticAlgorithmName ()
 

Detailed Description

Rijndael block cipher implementation details.

See also
Rijndael

Definition at line 29 of file rijndael.h.

Member Typedef Documentation

Definition at line 79 of file rijndael.h.

Definition at line 78 of file rijndael.h.


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