X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=arcfour.h;h=030c014f69860455ea4ee2fac527e06100319543;hb=37d550b5d03ebe6cc51c6e7bbc897f9520ea7422;hp=f73dd40399afb26f55f257f596495048cb047b5f;hpb=3c995d0a8faeb9d37927d48e20fc45d839e066ea;p=avr-crypto-lib.git diff --git a/arcfour.h b/arcfour.h index f73dd40..030c014 100644 --- a/arcfour.h +++ b/arcfour.h @@ -1,7 +1,25 @@ +/* arcfour.h */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * File: arcfour.h * Author: Daniel Otte - * Date: 07.06.2006 + * Date: 2006-06-07 * License: GPL * Description: Implementation of the ARCFOUR (RC4 compatible) stream cipher algorithm. *