]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - bcal/bcal_cast5.c
a lot of fixes
[avr-crypto-lib.git] / bcal / bcal_cast5.c
index bc91297f79c97ed441a360f24645c3fa0a7df5db..a6866b3daef143f3af5f741190974fea139839fa 100644 (file)
@@ -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},