X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=scal%2Fscal_arcfour.c;h=f9ceb892ba469c7bbe40ff6fdee7321d87eed9db;hb=d9352fc79fbdee0cf3288809b104ea196ea85693;hp=930371412a59fe4944fa5fbc56dbab7eb9dd4cb6;hpb=66c915087d1f7b8eb7280be43c16e9588faf2e55;p=avr-crypto-lib.git diff --git a/scal/scal_arcfour.c b/scal/scal_arcfour.c index 9303714..f9ceb89 100644 --- a/scal/scal_arcfour.c +++ b/scal/scal_arcfour.c @@ -1,7 +1,7 @@ /* scal_arcfour.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -36,7 +36,7 @@ const uint8_t arcfour_ivsize_desc[] PROGMEM = { KS_TYPE_TERMINATOR }; const scdesc_t arcfour_desc PROGMEM = { - SCDESC_TYPE_BLOCKCIPHER, /* abstraction layer type designator */ + SCDESC_TYPE_STREAMCIPHER, /* abstraction layer type designator */ SC_INIT_TYPE_3|SC_GEN_TYPE_1, /* flags*/ arcfour_str, /* name string pointer */ sizeof(arcfour_ctx_t), /* size of context */