X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;ds=sidebyside;f=md5.c;h=3c520edf3df83af410753fc16f8dea7fa62c2659;hb=9b1bf59ca8d49db1a7495d95119c68d62b036c59;hp=5ae22e60dbc1a4fc879caea2b684f895711efe45;hpb=dcaea6ca89915c690f7a6e90c64d7b5963fa1f5c;p=avr-crypto-lib.git diff --git a/md5.c b/md5.c index 5ae22e6..3c520ed 100644 --- a/md5.c +++ b/md5.c @@ -1,9 +1,10 @@ /* - * File: md5.h - * Author: Daniel Otte - * Date: 31.07.2006 - * License: GPL - * Description: Implementation of the MD5 hash algorithm as described in RFC 1321 + * \file md5.c + * \author Daniel Otte + * \date 31.07.2006 + * \par License: + * GPL + * \brief Implementation of the MD5 hash algorithm as described in RFC 1321 * */