X-Git-Url: https://git.cryptolib.org/avr-crypto-lib.git?a=blobdiff_plain;f=bcal%2Fbcal_cast5.c;h=a6866b3daef143f3af5f741190974fea139839fa;hb=701cee0d98aab48dd3192c8cc7c77eb42581bc56;hp=bc91297f79c97ed441a360f24645c3fa0a7df5db;hpb=21bfb1fb168b3114f675f34e257b6acc557b2de8;p=avr-crypto-lib.git diff --git a/bcal/bcal_cast5.c b/bcal/bcal_cast5.c index bc91297..a6866b3 100644 --- a/bcal/bcal_cast5.c +++ b/bcal/bcal_cast5.c @@ -41,7 +41,7 @@ const bcdesc_t cast5_desc PROGMEM = { BC_INIT_TYPE_2, cast5_str, sizeof(cast5_ctx_t), - 128, + 64, {(void_fpt)cast5_init}, {(void_fpt)cast5_enc}, {(void_fpt)cast5_dec},