X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=bcal_tdes.c;h=6a6f49d465ecee76657da7791b57df203ffa5d84;hb=02ac3b653f3a11f284cc1a0cb0e983575f2f431b;hp=01d597bba85eb8e49a66b47e09ddbafd57ebaab2;hpb=17332291e15183d71d88ed868275e3cb53917180;p=avr-crypto-lib.git diff --git a/bcal_tdes.c b/bcal_tdes.c index 01d597b..6a6f49d 100644 --- a/bcal_tdes.c +++ b/bcal_tdes.c @@ -1,6 +1,6 @@ /* bcal_tdes.c */ /* - This file is part of the This file is part of the AVR-Crypto-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},