Cryptographic Components for C
rc5ofb.c.
#include <atypes.h>
typedef struct { unsigned int version; unsigned int rounds; unsigned int wordSizeInBits; } A_RC5_PARAMS;