X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=bcal_rc5.c;h=97021687056b4712b6fb3d0976de249af5ba41e2;hb=2873506dc8ebc5657d24af0ad5eab1fc06ce09e9;hp=a0b4c84c82322bccc7b2acf1916034e832f9a989;hpb=1a1a9f56318298d8ec87df9f7e78da68732f0d48;p=avr-crypto-lib.git diff --git a/bcal_rc5.c b/bcal_rc5.c index a0b4c84..9702168 100644 --- a/bcal_rc5.c +++ b/bcal_rc5.c @@ -1,6 +1,6 @@ /* bcal_rc5.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 @@ -45,7 +45,7 @@ void rc5_dummy_init(void* key, uint16_t keysize_b, void* ctx){ const bcdesc_t rc5_desc PROGMEM = { BCDESC_TYPE_BLOCKCIPHER, - BC_INIT_TYPE_4, + BC_INIT_TYPE_2, rc5_str, sizeof(rc5_ctx_t), 128,