src/md5.cpp
branchcpp_gui
changeset 6285 187e3ef04cc9
parent 5835 e0ff603ae0b7
child 6872 1c4a4a609f85
child 8628 4e316518420a
equal deleted inserted replaced
6284:45d0233e7d79 6285:187e3ef04cc9
     1 /* $Id$ */
     1 /* $Id$ */
       
     2 
       
     3 /** @file md5.cpp */
     2 
     4 
     3 /*
     5 /*
     4   Copyright (C) 1999, 2000, 2002 Aladdin Enterprises.  All rights reserved.
     6   Copyright (C) 1999, 2000, 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