X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=sha1.h;fp=sha1.h;h=0000000000000000000000000000000000000000;hb=3ebfb15c8a53bd1e1fbd0d5f8d4f00c7eeb76fd0;hp=4d21733e9d23900fc92a9068133bcdcefa751aae;hpb=75d0800df841a2fd0da1fb6a7e818b3534b22db3;p=adu.git diff --git a/sha1.h b/sha1.h deleted file mode 100644 index 4d21733..0000000 --- a/sha1.h +++ /dev/null @@ -1,5 +0,0 @@ -/** \file sha1.h Secure Hash Algorithm prototype */ - -/** Size of the hash value in bytes. */ -#define HASH_SIZE 20 -void sha1_hash(const char *data, unsigned long len, unsigned char *sha1);