Public Types

CBC_CTS_Mode< CIPHER > Struct Template Reference

CBC mode with ciphertext stealing. More...

#include <modes.h>

Inheritance diagram for CBC_CTS_Mode< CIPHER >:
CipherModeDocumentation SymmetricCipherDocumentation

List of all members.

Public Types

typedef
CipherModeFinalTemplate_CipherHolder
< typename CIPHER::Encryption,
CBC_CTS_Encryption
Encryption
 implements the SymmetricCipher interface
typedef
CipherModeFinalTemplate_CipherHolder
< typename CIPHER::Decryption,
CBC_CTS_Decryption
Decryption
 implements the SymmetricCipher interface

Detailed Description

template<class CIPHER>
struct CBC_CTS_Mode< CIPHER >

CBC mode with ciphertext stealing.

Definition at line 397 of file modes.h.


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