]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - bcal_tdes.c
updated Makefile
[avr-crypto-lib.git] / bcal_tdes.c
index 01d597bba85eb8e49a66b47e09ddbafd57ebaab2..6a6f49d465ecee76657da7791b57df203ffa5d84 100644 (file)
@@ -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},