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

IDEA block cipher. More...

#include <idea.h>

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

Classes

class  Base
 

Public Types

typedef word Word
 
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 IDEA_Info
CRYPTOPP_STATIC_CONSTEXPR const char * StaticAlgorithmName ()
 
- Public Member Functions inherited from FixedKeyLength< 16 >
CRYPTOPP_STATIC_CONSTEXPR size_t CRYPTOPP_API StaticGetValidKeyLength (size_t keylength)
 The default key length used by the algorithm provided as a constant. More...
 

Detailed Description

IDEA block cipher.

See also
IDEA
Since
Crypto++ 1.0

Definition at line 26 of file idea.h.

Member Typedef Documentation

Definition at line 60 of file idea.h.

Definition at line 59 of file idea.h.

typedef word IDEA::Word

Definition at line 30 of file idea.h.


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