X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=bcal_present.c;h=96842b1d9b12ed7f8ddcf22905ccea8192774482;hb=f078dc4f51afdd67e888869fa5d9e93571ea354f;hp=b6b7d7777066a6f002b52a1e36ddcf701e29126a;hpb=17332291e15183d71d88ed868275e3cb53917180;p=avr-crypto-lib.git diff --git a/bcal_present.c b/bcal_present.c index b6b7d77..96842b1 100644 --- a/bcal_present.c +++ b/bcal_present.c @@ -1,6 +1,6 @@ /* bcal_present.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 @@ -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,