#include <wake.h>
Inheritance diagram for Weak::WAKE_CFB< B >:

Definition at line 53 of file wake.h.
Public Types | |
|
typedef SymmetricCipherFinal< ConcretePolicyHolder< WAKE_Policy< B >, CFB_EncryptionTemplate< > >, WAKE_CFB_Info< B > > | Encryption |
| implements the SymmetricCipher interface | |
|
typedef SymmetricCipherFinal< ConcretePolicyHolder< WAKE_Policy< B >, CFB_DecryptionTemplate< > >, WAKE_CFB_Info< B > > | Decryption |
| implements the SymmetricCipher interface | |
Static Public Member Functions | |
| static const char * | StaticAlgorithmName () |
| static size_t __cdecl | StaticGetValidKeyLength (size_t) |
Static Public Attributes | |
| static const int | KEYLENGTH |
| static const int | MIN_KEYLENGTH |
| static const int | MAX_KEYLENGTH |
| static const int | DEFAULT_KEYLENGTH |
| static const int | IV_REQUIREMENT |
| static const int | IV_LENGTH |
1.5.2