projects
/
paraslash.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
4dce20de1527c033a08c6e7ac8cd6b2263438acc
[paraslash.git]
/
sha1.h
1
/** \file sha1.h Secure Hash Algorithm prototype */
2
3
/** Size of the hahs value in bytes. */
4
#define HASH_SIZE 20
5
void
sha1_hash
(
const char
*
data
,
unsigned long
len
,
unsigned char
*
sha1
);