Humble Framework for SkyOS


Main Page | Modules | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

HMD5.h File Reference


Detailed Description

The HMD5.h header file contains the interface and implementation of the HMD5 class, which implements a MD5 secure hash algorithm. This code is "derived from the RSA Data Security, Inc. MD5 Message-Digest Algorithm", and must include the following information:
+---------------------------------------------------------------------------+
|   Copyright (C) 1990, RSA Data Security, Inc. All rights reserved.        |
|                                                                           |
|   License to copy and use this software is granted provided that it is    |
|   identified as the "RSA Data Security, Inc. MD5 Message-Digest           |
|   Algorithm" 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 Data Security, Inc.  |
|   MD5 Message-Digest Algorithm" in all material mentioning or referencing |
|   the derived work.                                                       |
|                                                                           |
|   RSA Data Security, Inc. makes no representations concerning either the  |
|   merchantability of this software or the suitability of this software    |
|   for any particular purpose.  It is provided "as is" without express or  |
|   implied warranty of any kind.                                           |
|                                                                           |
|   These notices must be retained in any copies of any part of this        |
|   documentation and/or software.                                          |
+---------------------------------------------------------------------------+

This source code was adapted from the first editition of the book "Applied Cryptography" (ISBN 0-471-59756-2) by Bruce Schneier.

Definition in file HMD5.h.

Go to the source code of this file.