]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - scal/scal_arcfour.c
fixing E-Mail-Address & Copyright
[avr-crypto-lib.git] / scal / scal_arcfour.c
index 930371412a59fe4944fa5fbc56dbab7eb9dd4cb6..f9ceb892ba469c7bbe40ff6fdee7321d87eed9db 100644 (file)
@@ -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 */