From 9a6d5c5152dac57c967e6a936b36f640258fa43d Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 19 Dec 2005 17:55:20 +0000 Subject: Added comments git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2577 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/aes.cpp | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/aes.cpp b/src/aes.cpp index 25f29d4ba..cf56e7f46 100644 --- a/src/aes.cpp +++ b/src/aes.cpp @@ -1,5 +1,21 @@ +/* +------------------------------------+ + * | Inspire Internet Relay Chat Daemon | + * +------------------------------------+ + * + * Inspire is copyright (C) 2002-2005 ChatSpike-Dev. + * E-mail: + * + * + * + * Written by Craig Edwards, Craig McLure, and others. + * This program is free but copyrighted software; see + * the file COPYING for details. + * + * --------------------------------------------------- + */ -//Rijndael.cpp +// Based on existing implementations of the industry standard AES algorithms +// in the public domain. #include #include "aes.h" -- cgit v1.2.3