]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - md5.c
new OMAC (CMAC) with Noekeon; + some bug fixes for the nessie test-env
[avr-crypto-lib.git] / md5.c
diff --git a/md5.c b/md5.c
index 1c87b53f6e9510e0e3592a7123720dc9e03ac4f2..88f4f6871e7e140ad23ef0edf380f3ec33a6871b 100644 (file)
--- a/md5.c
+++ b/md5.c
@@ -20,9 +20,8 @@
  * \file       md5.c
  * \author     Daniel Otte
  * \date       2006-07-31
- * \par License:
- * GPLv3 or later
- * \brief Implementation of the MD5 hash algorithm as described in RFC 1321
+ * \license GPLv3 or later
+ * \brief   Implementation of the MD5 hash algorithm as described in RFC 1321
  * 
  */