X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=bcal_tdes.c;h=6a6f49d465ecee76657da7791b57df203ffa5d84;hb=02ac3b653f3a11f284cc1a0cb0e983575f2f431b;hp=68d1bac361ee03538164e6be395f614c2338d7c0;hpb=1a1a9f56318298d8ec87df9f7e78da68732f0d48;p=avr-crypto-lib.git diff --git a/bcal_tdes.c b/bcal_tdes.c index 68d1bac..6a6f49d 100644 --- a/bcal_tdes.c +++ b/bcal_tdes.c @@ -1,6 +1,6 @@ /* bcal_tdes.c */ /* - This file is part of the Crypto-avr-lib/microcrypt-lib. + This file is part of the AVR-Crypto-Lib. Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) This program is free software: you can redistribute it and/or modify @@ -51,7 +51,7 @@ const bcdesc_t tdes_desc PROGMEM = { BC_INIT_TYPE_1, tdes_str, 24, - 128, + 64, {(void_fpt)NULL}, {(void_fpt)tdes_dummy_enc}, {(void_fpt)tdes_dummy_dec},