]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - arcfour.c
modyfied copyright
[avr-crypto-lib.git] / arcfour.c
index abed9dd7856379678b9e73c167571eb6f8d7f1cf..f8d01a6f12037fca303fd7c105a6a6c7873c9176 100644 (file)
--- a/arcfour.c
+++ b/arcfour.c
     along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 /* 
- * File:               arcfour.c
- * Author:     Daniel Otte
- * Date:       07.06.2006
- * License: GPL
+ * File:        arcfour.c
+ * Author:      Daniel Otte
+ * email:       daniel.otte@rub.de
+ * Date:        2006-06-07
+ * License:     GPLv3 or later
  * Description: Implementation of the ARCFOUR (RC4 compatible) stream cipher algorithm.
  * 
  */