It's called the Standard C++ Library now, not STL (Standard Template Library).
If you don't want to use std::string, use ArraySink instead of StringSink. On Mon, Jun 09, 2003 at 07:45:25AM +0800, ccw wrote: > Hi, everyone. How can I use a block cipher, such as Blowfish in ECB mode, just like > a stream cipher, i.e. I don't have to make sure that the size of the buffer to be > encrypted is in multiples of the block size. In FAQ, there is a solution using > StreamTransformationFilter, StringSink and std::string. The problem is that I > haven't used STL before so I wonder if there is an alternative way that can obtain > the same goal. Thanks.
