 ----------------
 AiCrypto License
 ----------------
 The following text is aicrypto license. This AiCrypto License is
 included all AiCrypto library codes and applicasion codes. 

/*
 * Copyright (C) 1998-2002
 * Akira Iwata & Takuto Okuno
 * Akira Iwata Laboratory,
 * Nagoya Institute of Technology in Japan.
 *
 * All rights reserved.
 *
 * This software is written by Takuto Okuno(usapato@anet.ne.jp)
 * And if you want to contact us, send an email to Kimitake Wakayama
 * (wakayama@elcom.nitech.ac.jp)
 *
 * Redistribution and use in source and binary forms, with or without modification,
 * are permitted provided that the following conditions are met:
 * 
 * 1. Redistributions of source code must retain the above copyright notice,
 *    this list of conditions and the following disclaimer.
 *
 * 2. Redistributions in binary form must reproduce the above copyright notice,
 *    this list of conditions and the following disclaimer in the documentation
 *    and/or other materials provided with the distribution.
 *
 * 3. All advertising materials mentioning features or use of this software must
 *    display the following acknowledgment:
 *    "This product includes software developed by Akira Iwata Laboratory,
 *    Nagoya Institute of Technology in Japan (http://mars.elcom.nitech.ac.jp/)."
 *
 * 4. Redistributions of any form whatsoever must retain the following
 *    acknowledgment:
 *    "This product includes software developed by Akira Iwata Laboratory,
 *     Nagoya Institute of Technology in Japan (http://mars.elcom.nitech.ac.jp/)."
 *
 *   THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY.
 *   AKIRA IWATA LABORATORY DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
 *   SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
 *   IN NO EVENT SHALL AKIRA IWATA LABORATORY BE LIABLE FOR ANY SPECIAL,
 *   INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
 *   FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
 *   NEGLIGENCE OR OTHER TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION
 *   WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 *
 */

 -------------
 Other License
 -------------
 -- MD2, MD4 and MD5 --
 Please note that MD2, MD4 and MD5 include RSA Data Security, Inc. LICENSE.
 Those are based on RFC1319, RFC1320 and RFC1321 documents. And
 copyright distribution is followed in ok_md2.h, nrg_md4.h and ok_md5.h.


 -- PKCS#11 header files --
 PKCS#11 header files such as pkcs11.h, pkcs11t.h, pkcs11f.h are originally 
 provided by RSA Security, Inc. Currently, PKCS#11 Version 2.01 header files
 are included in AiCrypto Library.

 Header files can be download from the following web site:
   http://www.rsasecurity.com/rsalabs/pkcs/pkcs-11/

 RSA Security, Inc's LICENSE DISCLAIMER is following:
     License to copy and use this software is granted provided that it
   is identified as "RSA Security Inc. PKCS #11 Cryptographic Token
   Interface (Cryptoki)" in all material mentioning or referencing
   this software or this function.
     License is also granted to make and use derivative works provided
   that such works are identified as "derived from the RSA Security
   Inc. PKCS #11 Cryptographic Token Interface (Cryptoki)" in all
   material mentioning or referencing the derived work.
     This software is provided "AS IS" and RSA Security, Inc. disclaims
   all warranties including but not limited to the implied warranty
   of merchantability, fitness for a particular purpose, and noninfringement.


 -- PRNGD 0.9.0 --
 PRNGD (pseudo random number generator daemon) is originally created
 by Lutz Jaenicke. More details are written in rand/00DESIGN
 and rand/00README documents. Also, original C source codes,
 rand.c and seed.c, are renamed as follows:
 - rand/lutzrand.c.org
 - rand/lutzseed.c.org
