]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - md5.c
new hash function abstraction layer + shavs + dump util + ...
[avr-crypto-lib.git] / md5.c
diff --git a/md5.c b/md5.c
index 1ecf02aa9e3a8d6046a464cca94038a4371bcfc4..ddad0b9a03af0a933142fc0aa7932679c3d42cd6 100644 (file)
--- a/md5.c
+++ b/md5.c
@@ -1,6 +1,6 @@
 /* md5.c */
 /*
-    This file is part of the This file is part of the AVR-Crypto-Lib.
+    This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify