CBC mode with ciphertext stealing. More...
#include <modes.h>
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 | |
CBC mode with ciphertext stealing.
Definition at line 397 of file modes.h.
1.7.1