X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=md5.c;h=3c520edf3df83af410753fc16f8dea7fa62c2659;hb=8537c7a0647b533f078af9c35bce533335c7556e;hp=5ae22e60dbc1a4fc879caea2b684f895711efe45;hpb=24a9a8cfc423d4bfc2ce4b5fba8ebf5eb372938e;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 * */