summaryrefslogtreecommitdiff
path: root/src/libcrypto/libtwofish/twofish_cbc.h
blob: 9fdea3526c50e8b92f4e6402bee639bbbd79ef6f (plain)
1
2
3
/* Glue header */
#include "twofish.h"
int twofish_cbc_encrypt(twofish_context *ctx, const u_int8_t * in, u_int8_t * out, int ilen, const u_int8_t* iv, int encrypt);