X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=bcal_present.c;h=96842b1d9b12ed7f8ddcf22905ccea8192774482;hb=02ac3b653f3a11f284cc1a0cb0e983575f2f431b;hp=c22f2f9ae42992453713fa4d26fb4961addf46f2;hpb=1a1a9f56318298d8ec87df9f7e78da68732f0d48;p=avr-crypto-lib.git diff --git a/bcal_present.c b/bcal_present.c index c22f2f9..96842b1 100644 --- a/bcal_present.c +++ b/bcal_present.c @@ -1,6 +1,6 @@ /* bcal_present.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 @@ -38,7 +38,7 @@ const uint8_t present_keysize_desc[] PROGMEM = { KS_TYPE_LIST, 1, KS_INT(80), const bcdesc_t present_desc PROGMEM = { BCDESC_TYPE_BLOCKCIPHER, - BC_INIT_TYPE_1, + BC_INIT_TYPE_2, present_str, sizeof(present_ctx_t), 64,