src/md5.h
changeset 6201 bee01dc45e39
parent 5941 adaea39e84ab
child 6248 e4a2ed7e5613
equal deleted inserted replaced
6200:10efd7fb90d4 6201:bee01dc45e39
     1 /* $Id$ */
     1 /* $Id$ */
       
     2 
       
     3 /** @file md5.h */
     2 
     4 
     3 /*
     5 /*
     4   Copyright (C) 1999, 2002 Aladdin Enterprises.  All rights reserved.
     6   Copyright (C) 1999, 2002 Aladdin Enterprises.  All rights reserved.
     5 
     7 
     6   This software is provided 'as-is', without any express or implied
     8   This software is provided 'as-is', without any express or implied
    21 
    23 
    22   L. Peter Deutsch
    24   L. Peter Deutsch
    23   ghost@aladdin.com
    25   ghost@aladdin.com
    24 
    26 
    25  */
    27  */
    26 /* $Id$ */
    28 
    27 /*
    29 /*
    28   Independent implementation of MD5 (RFC 1321).
    30   Independent implementation of MD5 (RFC 1321).
    29 
    31 
    30   This code implements the MD5 Algorithm defined in RFC 1321, whose
    32   This code implements the MD5 Algorithm defined in RFC 1321, whose
    31   text is available at
    33   text is available at