client-c  0.9.0
sha1.h File Reference

Go to the source code of this file.

Classes

struct  SHA1Context
 

Typedefs

typedef struct SHA1Context SHA1Context
 

Functions

void SHA1Reset (SHA1Context *)
 
int SHA1Result (SHA1Context *)
 
void SHA1Input (SHA1Context *, const unsigned char *, unsigned)
 

Typedef Documentation

typedef struct SHA1Context SHA1Context

Function Documentation

void SHA1Input ( SHA1Context ,
const unsigned char *  ,
unsigned   
)
void SHA1Reset ( SHA1Context )
int SHA1Result ( SHA1Context )