Crypto++ 8.7
Free C++ class library of cryptographic schemes
Public Types | List of all members
CFB_FIPS_Mode_ExternalCipher Struct Reference

CFB mode, external cipher, providing FIPS validated cryptography. More...

#include <modes.h>

+ Inheritance diagram for CFB_FIPS_Mode_ExternalCipher:

Public Types

typedef CipherModeFinalTemplate_ExternalCipher< ConcretePolicyHolder< Empty, CFB_RequireFullDataBlocks< CFB_EncryptionTemplate< AbstractPolicyHolder< CFB_CipherAbstractPolicy, CFB_ModePolicy > > > > > Encryption
 
typedef CipherModeFinalTemplate_ExternalCipher< ConcretePolicyHolder< Empty, CFB_RequireFullDataBlocks< CFB_DecryptionTemplate< AbstractPolicyHolder< CFB_CipherAbstractPolicy, CFB_ModePolicy > > > > > Decryption
 
- Public Types inherited from SymmetricCipherDocumentation
typedef SymmetricCipher Encryption
 implements the SymmetricCipher interface More...
 
typedef SymmetricCipher Decryption
 implements the SymmetricCipher interface More...
 

Detailed Description

CFB mode, external cipher, providing FIPS validated cryptography.

Requires full block plaintext according to FIPS 800-38A

See also
Modes of Operation on the Crypto++ wiki.

Definition at line 482 of file modes.h.

Member Typedef Documentation

◆ Encryption

Definition at line 484 of file modes.h.

◆ Decryption

Definition at line 485 of file modes.h.


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