#include #include #include "serpent_cbc.h" #define BLOCK_SIZE 16 #define KEY_SIZE 128 /* bits */ #define KEY "1234567890123456" #define STR "hola guaso como estaisss ... 012" #define STRSZ (sizeof(STR)-1) #define BLKLEN BLOCK_SIZE #define CONTEXT_T serpent_context static int pretty_print(const unsigned char *buf, int count) { int i=0; for (;i