]> git.tuebingen.mpg.de Git - paraslash.git/blob - sha1.h
4d21733e9d23900fc92a9068133bcdcefa751aae
[paraslash.git] / sha1.h
1 /** \file sha1.h Secure Hash Algorithm prototype */
2
3 /** Size of the hash value in bytes. */
4 #define HASH_SIZE 20
5 void sha1_hash(const char *data, unsigned long len, unsigned char *sha1);