X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=sha1.h;h=4d21733e9d23900fc92a9068133bcdcefa751aae;hp=4dce20de1527c033a08c6e7ac8cd6b2263438acc;hb=165a3886ab506f4c13eac4f178a58493432a00ec;hpb=f6f50d03a09d6bc423324206d274336e9905bbb4 diff --git a/sha1.h b/sha1.h index 4dce20de..4d21733e 100644 --- a/sha1.h +++ b/sha1.h @@ -1,5 +1,5 @@ /** \file sha1.h Secure Hash Algorithm prototype */ -/** Size of the hahs value in bytes. */ +/** Size of the hash value in bytes. */ #define HASH_SIZE 20 void sha1_hash(const char *data, unsigned long len, unsigned char *sha1);