On Sun, 2003-02-02 at 15:11, gl wrote: > > Another question - it seems that I can _de_crypt with > CTR_MODE<>::_En_cryption objects, just as you could (well, needed to) in > 4.2. Is this algorithm dependent or mode dependent? I'm trying to reduce > code size for a self-extractor, so sharing my encryption class code is > desirable. > --
I am still learning the API for this library, but ifI recall the theory correctly, CTR, OFB, and CFB all use the underlying block cipher in encyrption mode for both encryption and decryption. HTH, Jonathan
