On Thu, Sep 11, 2003 at 02:30:05PM -0500, Matthew J. Emerson wrote: > CFB_Mode<DES>::Decryption cfbDecryption(key, DES::DEFAULT_KEYLENGTH, iv);
You can pass the feedback size (in bytes) as the 4th parameter to the above constructor call.
On Thu, Sep 11, 2003 at 02:30:05PM -0500, Matthew J. Emerson wrote: > CFB_Mode<DES>::Decryption cfbDecryption(key, DES::DEFAULT_KEYLENGTH, iv);
You can pass the feedback size (in bytes) as the 4th parameter to the above constructor call.