| * The name of your cipher. |
* The name of your cipher. |
| */ |
*/ |
| #define ECRYPT_NAME "Py" /* [edit] */ |
#define ECRYPT_NAME "Py" /* [edit] */ |
| |
#define ECRYPT_PROFILE "SW" |
| |
|
| /* |
/* |
| * Specify which key and IV sizes are supported by your cipher. A user |
* Specify which key and IV sizes are supported by your cipher. A user |
| */ |
*/ |
| |
|
| #define ECRYPT_BLOCKLENGTH 8 /* [edit] */ |
#define ECRYPT_BLOCKLENGTH 8 /* [edit] */ |
| |
#define ECRYPT_BUFFERLENGTH (8 * 4000) |
| |
|
| #define ECRYPT_USES_DEFAULT_BLOCK_MACROS /* [edit] */ |
#define ECRYPT_USES_DEFAULT_BLOCK_MACROS /* [edit] */ |
| #ifdef ECRYPT_USES_DEFAULT_BLOCK_MACROS |
#ifdef ECRYPT_USES_DEFAULT_BLOCK_MACROS |