#include <cbc.h>
Inheritance diagram for CBCRawDecryptor:

Public Methods | |
| CBCRawDecryptor (const BlockTransformation &cipher,const byte *IV,BufferedTransformation *outQueue=NULL) | |
Protected Methods | |
| void | FirstPut (const byte *) |
| void | NextPut (const byte *inString,unsigned int length) |
| void | LastPut (const byte *inString,unsigned int length) |
Compatible with FIPS 81. Padded with '\0's if plaintext length is not a multiple of block size.
Definition at line 31 of file cbc.h.
|
|
|
|
|
Reimplemented from FilterWithBufferedInput. |
|
|
Reimplemented from FilterWithBufferedInput. |
|
|
Reimplemented from FilterWithBufferedInput. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000