EVE 1.0
sha1.h File Reference

SHA1 implementation. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void sha1_init (struct sha1_state_t *state)
 
void sha1_calc (struct sha1_state_t *state, const void *src, int bytelength)
 
void sha1_commit (struct sha1_state_t *state, unsigned char *hash)
 
void sha1_toHexString (const unsigned char *hash, char *hexstring)
 

Detailed Description

SHA1 implementation.

Definition in file sha1.h.