![]() |
EVE 1.0
|
SHA1 implementation. More...
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) |
SHA1 implementation.
Definition in file sha1.h.