Cryptographic Components for C
rc5.c.
#include <atypes.h>
typedef struct { unsigned int version; unsigned int rounds; unsigned int wordSizeInBits; unsigned char *iv; } A_RC5_CBC_PARAMS;