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

CBC mode with ciphertext stealing, external cipher. More...

+ Inheritance diagram for CBC_CTS_Mode_ExternalCipher:

Public Types

typedef CipherModeFinalTemplate_ExternalCipher< CBC_CTS_EncryptionEncryption
 
typedef CipherModeFinalTemplate_ExternalCipher< CBC_CTS_DecryptionDecryption
 
- Public Types inherited from SymmetricCipherDocumentation
typedef SymmetricCipher Encryption
 implements the SymmetricCipher interface
 
typedef SymmetricCipher Decryption
 implements the SymmetricCipher interface
 

Detailed Description

CBC mode with ciphertext stealing, external cipher.

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

Definition at line 592 of file modes.h.


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