]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - bcal/bcal_des.c
a lot of fixes
[avr-crypto-lib.git] / bcal / bcal_des.c
index 04ed5e5c61cd45a909d35f9b6d1a06bbbf688605..0e8068b95f8804542bf5a5016490e99d5ed5ae9a 100644 (file)
@@ -50,7 +50,7 @@ const bcdesc_t des_desc PROGMEM = {
        BC_INIT_TYPE_1,
        des_str,
        8,
-       128,
+       64,
        {(void_fpt)NULL},
        {(void_fpt)des_dummy_enc},
        {(void_fpt)des_dummy_dec},