[Botan-devel] trivial hash example ?
Christophe Meessen
meessen at cppm.in2p3.fr
Mon Jul 2 16:07:22 EDT 2007
Thanks.
Jack Lloyd a écrit :
> Two methods:
> get_cipher("AES-128/CFB", key, iv, ENCRYPTION)
> or
> new CFB_Encryption("AES-128", key, iv);
>
> both of which are Filters (and the return value of get_cipher is
> actually a CFB_Encryption object, in this particular case).
>
Is it possible to do in place encryption with this filter object ? I saw
in the documentation that the block cipher objects could do it but it is
unclear if we can do this with filter objects.
More information about the botan-devel
mailing list