Which class do you want to reinitialize? For symmetric ciphers, you can call SetKey().
Do not call the constructor directly unless you're sure you know what you're doing. You can cause memory leaks that way. On Sun, Dec 08, 2002 at 12:09:54AM +0100, Dejan Maksimovic wrote: > > How can I reinitialize the class, when I need to reuse it? (I.e. I > don't want to waste new allocs to make new classes and dispose of older > ones) > Would a simple call to the constructor do the trick? > > -- > Kind regards, Dejan M. www.alfasp.com > E-mail: [EMAIL PROTECTED] ICQ#: 56570367 > Alfa File Monitor - File monitoring library for Win32 developers. > Alfa File Protector - File protection and hiding library for Win32 > developers. >
