Crypto++ 8.9
Free C++ class library of cryptographic schemes
CBC_Mode_ExternalCipher Struct Reference

CBC mode, external cipher. More...

#include <modes.h>

Inheritance diagram for CBC_Mode_ExternalCipher:

Public Types

typedef CipherModeFinalTemplate_ExternalCipher< CBC_EncryptionEncryption
typedef CipherModeFinalTemplate_ExternalCipher< CBC_DecryptionDecryption
Public Types inherited from SymmetricCipherDocumentation
typedef SymmetricCipher Encryption
 implements the SymmetricCipher interface
typedef SymmetricCipher Decryption
 implements the SymmetricCipher interface

Detailed Description

CBC mode, external cipher.

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

Definition at line 568 of file modes.h.

Member Typedef Documentation

◆ Encryption

typedef CipherModeFinalTemplate_ExternalCipher<CBC_Encryption> CBC_Mode_ExternalCipher::Encryption

Definition at line 570 of file modes.h.

◆ Decryption

typedef CipherModeFinalTemplate_ExternalCipher<CBC_Decryption> CBC_Mode_ExternalCipher::Decryption

Definition at line 571 of file modes.h.


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