sha1.h File Reference

Go to the source code of this file.

Defines

#define SHA1_DIGEST_LEN   20
#define SHA1_STRING_LEN   (SHA1_DIGEST_LEN * 2 + 1)

Functions

char * sha1_file (const char *filename, char *result_ptr=NULL)

Define Documentation

#define SHA1_DIGEST_LEN   20

Definition at line 33 of file sha1.h.

Referenced by sha1_file().

#define SHA1_STRING_LEN   (SHA1_DIGEST_LEN * 2 + 1)

Definition at line 34 of file sha1.h.

Referenced by sha1_file().


Function Documentation

char* sha1_file ( const char *  filename,
char *  result_ptr = NULL 
)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 12 Jul 2013 for SymtabAPI by  doxygen 1.6.1