]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - sha1.c
new hash function abstraction layer + shavs + dump util + ...
[avr-crypto-lib.git] / sha1.c
diff --git a/sha1.c b/sha1.c
index 045af10a2e3098257c06220e910952dfbc36302d..1dd6acf80b344dc90a7e204533c71f8001e010be 100644 (file)
--- a/sha1.c
+++ b/sha1.c
@@ -1,6 +1,6 @@
 /* sha1.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