/*
 * Name         : IUMD5String - return the MD5 hash of a string
 *
 * Synopsis     : PUBLIC
 *                char *
 *                IUMD5String (string)
 *                char  *string;
 *
 * Arguments    : string - a string to hash
 *
 * Description  : IUMD5String returns the md5 hash of a string
 *
 * Returns      : a pointer to the hash string or a NULL pointer on
 *                error
 *
 * See Also     : MD5, rfc1321
 *
 * See Also	: rfc1321
 *
 */



Author: Graeme Burnett    
Draft
  Last Updated :