X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=arcfour.c;h=f8d01a6f12037fca303fd7c105a6a6c7873c9176;hb=94cad47618f03baf3d750d75c20860c89ac91dbe;hp=abed9dd7856379678b9e73c167571eb6f8d7f1cf;hpb=96ebafd201c9e8441c7677577b24aa402c1defc6;p=avr-crypto-lib.git diff --git a/arcfour.c b/arcfour.c index abed9dd..f8d01a6 100644 --- a/arcfour.c +++ b/arcfour.c @@ -17,10 +17,11 @@ along with this program. If not, see . */ /* - * 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. * */