=pod =head1 NAME SHA1 - Compute SHA1 hash =head1 SYNOPSIS #include unsigned char *SHA1(const unsigned char *d, unsigned long n, unsigned char *md); =head1 DESCRIPTION SHA1() computes the SHA-1 message digest of the B bytes at B and places it in B (which must have space for SHA_DIGEST_LENGTH == 20 bytes of output). If B is NULL, the digest is placed in a static array. L may be used if the message is not completely stored in memory. =head1 RETURN VALUE SHA1() returns a pointer to the hash value. =head1 HISTORY SHA1() is available in all versions of SSLeay and OpenSSL. =head1 SEE ALSO L, L, L =cut