#include <seckey.h>
Inheritance diagram for BlockCipherTemplate< DIR, BASE >:

Definition at line 172 of file seckey.h.
Public Member Functions | |
| BlockCipherTemplate (const byte *key) | |
| BlockCipherTemplate (const byte *key, unsigned int length) | |
| BlockCipherTemplate (const byte *key, unsigned int length, unsigned int rounds) | |
| bool | IsForwardTransformation () const |
| void | SetKey (const byte *key, unsigned int length, const NameValuePairs ¶m=g_nullNameValuePairs) |
| Clonable * | Clone () |
1.3.2